7d5e5aeb9fd4c03a27e83e48ebccecfe34a4379e
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%