Update Bevy to 0.10
This commit is contained in:
18
Cargo.toml
18
Cargo.toml
@@ -3,20 +3,16 @@ 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.9.1"
|
||||
itertools = "0.10.5"
|
||||
rand = "0.8.5"
|
||||
bevy_editor_pls = "0.2.0"
|
||||
bevy_tweening = "0.6.0"
|
||||
leafwing-input-manager = "0.8.0"
|
||||
bevy_editor_pls = "0.3.0"
|
||||
bevy_tweening = "0.7.0"
|
||||
leafwing-input-manager = "0.9.0"
|
||||
|
||||
[dependencies.bevy]
|
||||
version = "0.9.1"
|
||||
features = ["dynamic", "wayland"]
|
||||
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 3
|
||||
version = "0.10"
|
||||
features = ["wayland"]
|
||||
|
||||
# [profile.dev.package."*"]
|
||||
# opt-level = 3
|
||||
|
||||
Reference in New Issue
Block a user