Update to Bevy 0.9

This commit is contained in:
2022-11-28 22:16:05 +01:00
parent e70ec51673
commit 0e5114c3d9
8 changed files with 643 additions and 498 deletions

View File

@@ -6,14 +6,14 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
iyes_loopless = "0.8.0"
iyes_loopless = "0.9.1"
itertools = "0.10.5"
rand = "0.8.5"
bevy_editor_pls = "0.1.1"
bevy_tweening = "0.5.0"
bevy_editor_pls = "0.2.0"
bevy_tweening = "0.6.0"
[dependencies.bevy]
version = "0.8.1"
version = "0.9.0"
features = ["dynamic"]
[profile.dev.package."*"]