A template for Bevy games based on the official Quick Start guide.
https://bevyengine.org/learn/quick-start/getting-started/setup/
.cargo | ||
.gitea/workflows | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md | ||
rust-toolchain.toml |
Bevy Quick Start Template
This template is based on the Quick Start instructions for the Bevy Game Engine. The aim of this template is to follow the Quick Start guide as closely as possible and implement these select features:
- Add
bevy
as a dependency to Cargo.toml - Add developer compiler performance optimizations to Cargo.toml
- Use the
nightly
rust compiler in rust-toolchain.toml - Use
lld
for linking and enable fast compiles in .cargo/config.toml