Add initial .gitignore and README.md
This commit is contained in:
commit
32fb1d70ef
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/target
|
8
README.md
Normal file
8
README.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Bevy Quick Start Template
|
||||
|
||||
This template is based on the [Quick Start instructions](https://bevyengine.org/learn/quick-start/getting-started/setup) for the [Bevy Game Engine](https://bevyengine.org). The aim of this template is to follow the Quick Start guide as closely as possible and implement these select features:
|
||||
|
||||
* Add `bevy` as a dependency to [Cargo.toml](Cargo.toml)
|
||||
* Add developer compiler performance optimizations to [Cargo.toml](Cargo.toml)
|
||||
* Use the `nightly` rust compiler in [rust-toolchain.toml](rust-toolchain.toml)
|
||||
* Use `lld` for linking and enable fast compiles in [.cargo/config.toml](.cargo/config.toml)
|
Loading…
Reference in New Issue
Block a user