WIP
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -4,15 +4,15 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.10.5"
|
||||
itertools = "0.11.0"
|
||||
rand = "0.8.5"
|
||||
bevy_editor_pls = "0.3.0"
|
||||
bevy_tweening = "0.7.0"
|
||||
leafwing-input-manager = "0.9.0"
|
||||
bevy_asset_loader = "0.15.0"
|
||||
bevy_editor_pls = { git = "https://github.com/jakobhellermann/bevy_editor_pls" }
|
||||
bevy_tweening = "0.8.0"
|
||||
leafwing-input-manager = "0.10.0"
|
||||
bevy_asset_loader = "0.17.0"
|
||||
|
||||
[dependencies.bevy]
|
||||
version = "0.10"
|
||||
version = "0.11"
|
||||
features = ["wayland", "wav"]
|
||||
|
||||
# [profile.dev.package."*"]
|
||||
|
||||
Reference in New Issue
Block a user