Skip to content

Commit 0cdd9df

Browse files
committed
update to bevy 0.15
1 parent 4951f79 commit 0cdd9df

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ edition = "2021"
55
license = "MIT"
66

77
[dependencies]
8-
bevy = "0.14.1"
9-
bevy_aseprite_ultra = "0.2.4"
10-
bevy_tweening = "0.11.0"
8+
bevy = { version = "0.15", features = ["dynamic_linking", "wayland"] }
9+
bevy_aseprite_ultra = "0.4.1"
10+
bevy_tweening = "0.12"
1111
rand = "0.8.5"
1212

13-
1413
[profile.dev]
1514
opt-level = 1
1615

0 commit comments

Comments
 (0)