Skip to content

Commit

Permalink
Upgrade to Bevy v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 committed Mar 7, 2023
1 parent d0e4ccc commit 9be0e4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ approx = "0.5.1"
async-compat = "0.2.1"
async-std = "1.11"
async-tar = "0.4.2"
bevy = "0.9"
bevy = "0.10"
clap = { version = "4.0", features = ["derive"] }
criterion = "0.4"
dirs = "4.0.0"
Expand All @@ -103,8 +103,8 @@ futures-lite = "1.11"
glam = "0.22"
gltf = "1.0"
itertools = "0.10.5"
iyes_loopless = "0.9.1"
iyes_progress = { version = "0.7.1", features = [ "iyes_loopless" ] }
# TODO: use a released version
iyes_progress = { git = "https://github.com/NiklasEi/iyes_progress", rev = "ab493dba453505cda451c7cc3b3ca0db233e4005" }
nalgebra = { version = "0.31.0", features = ["convert-glam022"] }
ntest = "0.9.0"
parry2d = "0.11.0"
Expand Down

0 comments on commit 9be0e4c

Please sign in to comment.