Skip to content

Commit

Permalink
rapier 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed Feb 20, 2024
1 parent 2ca165b commit f707f98
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ default-features = false
features = ["bevy_render", "bevy_asset"]

[dependencies.bevy_rapier3d]
version = "0.23"
version = "0.25"
optional = true
default-features = false
features = ["dim3", "async-collider"]
Expand All @@ -39,8 +39,7 @@ default-features = false
features = ["3d", "f32", "async-collider"]

[dev-dependencies]
bevy-inspector-egui = "0.21"
bevy_rapier3d = "0.23"
bevy-inspector-egui = "0.22"
rand = "0.8"

[dev-dependencies.bevy]
Expand Down

0 comments on commit f707f98

Please sign in to comment.