Skip to content

Commit

Permalink
Update rapier3d-0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed May 7, 2024
1 parent ba6b3ad commit a804ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ log = { workspace = true }
mint = { workspace = true, features = ["serde"] }
num_cpus = "1"
profiling = { workspace = true }
rapier3d = { version = "0.18", features = ["debug-render"] }
rapier3d = { version = "0.19", features = ["debug-render"] }
serde = { version = "1", features = ["serde_derive"] }
slab = "0.4"
strum = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ struct Physics {
multibody_joints: rapier3d::dynamics::MultibodyJointSet,
solver: rapier3d::dynamics::CCDSolver,
colliders: rapier3d::geometry::ColliderSet,
broad_phase: rapier3d::geometry::BroadPhase,
broad_phase: rapier3d::geometry::DefaultBroadPhase,
narrow_phase: rapier3d::geometry::NarrowPhase,
gravity: rapier3d::math::Vector<f32>,
pipeline: rapier3d::pipeline::PhysicsPipeline,
Expand Down

0 comments on commit a804ef9

Please sign in to comment.