bevy/README.md

7 lines
146 B
Markdown
Raw Normal View History

2019-12-10 07:29:52 +00:00
# Bevy Game Engine
## Running Examples:
```
env RUSTFLAGS="-C link-arg=-fuse-ld=lld -Zshare-generics=y" cargo run --example simple --release
```