Initial commit

This commit is contained in:
2022-08-06 23:41:20 +02:00
commit 967887456f
8 changed files with 3652 additions and 0 deletions

19
Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "bevy-snake"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
iyes_loopless = "0.7.0"
itertools = "0.10.3"
# bevy_editor_pls = { git = "https://github.com/jakobhellermann/bevy_editor_pls" }
[dependencies.bevy]
version = "0.8.0"
features = ["dynamic"]
[profile.dev.package."*"]
opt-level = 3