bevy/tiny-town
2019-12-03 00:30:30 -08:00
..
src fix asset loading. no more temp! 2019-12-02 10:48:08 -08:00
Cargo.toml transition math to nalgebra and add tiny-town. 2019-11-30 21:21:45 -08:00
README.md wander spawner 2019-12-03 00:30:30 -08:00

# run using one of these commands
# lld linker makes compiles faster
# rust backtrace gives you a nice backtrace on panics
# -Zshare-generics=y makes generics slightly faster for some reason
env RUSTFLAGS="-C link-arg=-fuse-ld=lld" cargo run --release
env RUSTFLAGS="-C link-arg=-fuse-ld=lld -Zshare-generics=y" RUST_BACKTRACE=1 cargo run --release