Update to Bevy 0.9
This commit is contained in:
@@ -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."*"]
|
||||
|
||||
Reference in New Issue
Block a user