Skip to content

Commit 9c112fe

Browse files
committed
update to bevy 0.12
1 parent 2681d91 commit 9c112fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ version = "0.9.1"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
bevy = "0.11"
11-
bevy_utils = "0.11"
10+
bevy = "0.12.0"
11+
bevy_utils = "0.12.0"
1212
lazy_static = "1.4"
1313
rand = "0.8"
1414

0 commit comments

Comments
 (0)