mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
add simple readme
This commit is contained in:
parent
aa2f7e9789
commit
8e39268d56
1 changed files with 7 additions and 0 deletions
7
README.md
Normal file
7
README.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# Bevy Game Engine
|
||||||
|
|
||||||
|
## Running Examples:
|
||||||
|
|
||||||
|
```
|
||||||
|
env RUSTFLAGS="-C link-arg=-fuse-ld=lld -Zshare-generics=y" cargo run --example simple --release
|
||||||
|
```
|
Loading…
Reference in a new issue