Closed benfrankel closed 1 month ago
Include:
src/main.rs
App::new().add_plugins(DefaultPlugins).run()
Cargo.toml
bevy
.gitignore
This can come from https://github.com/richchurcher/bevy_scaffold/.
This can be considered complete now :)
Include:
src/main.rs
withApp::new().add_plugins(DefaultPlugins).run()
Cargo.toml
that depends onbevy
; disables the 2 common false-positive lints; and enables optimizations.gitignore