e99a570ea64cf68421ad7c9adb80a04b8df5aa22
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
bevyas a dependency to Cargo.toml - Add developer compiler performance optimizations to Cargo.toml
- Use the
nightlyrust compiler in rust-toolchain.toml - Use
lldfor linking and enable fast compiles in .cargo/config.toml
Description
A template for Bevy games based on the official Quick Start guide.
https://bevyengine.org/learn/quick-start/getting-started/setup/
Languages
Rust
100%