Skip to content

Commit

Permalink
Update bevy_rapier
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim authored Jan 28, 2024
1 parent 682c431 commit 10a50fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ bevy = { version = "0.12", default-features = false, features = ["multi-threaded
nalgebra = { version = "0.32", features = ["convert-glam024"] }
parry3d = "0.13"

bevy_rapier3d = { version = "0.23", optional = true, default-features = false, features = ["dim3"] }
bevy_rapier3d = { version = "0.24", optional = true, default-features = false, features = ["dim3"] }
bevy_xpbd_3d = { version = "0.3", optional = true, default-features = false, features = ["3d", "f32"] }

smallvec = { version = "1.11", features = ["union"] }
Expand Down Expand Up @@ -89,4 +89,4 @@ harness = false

[package.metadata.docs.rs]
# Compile docs.rs docs with debug_draw so docs for it appear.
features = [ "debug_draw" ]
features = [ "debug_draw" ]

0 comments on commit 10a50fe

Please sign in to comment.