Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.06 KB

Bevy Study

a dummy's attempt at making games in rust using bevy

Usage

cargo run --example <game>

If you have cargo-cmd and cargo-watch installed, the following commands are available:

# running with hotreload. alias for
# "cargo watch -i assets -i target -- cargo run --example <game>"
cargo cmd run <game>

# building for release. alias for
# "cargo build --release --example <game>"
cargo cmd build <game>

Game List