aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier3d
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rapier3d')
-rw-r--r--crates/rapier3d/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml
index 7f8b4f3..77621ba 100644
--- a/crates/rapier3d/Cargo.toml
+++ b/crates/rapier3d/Cargo.toml
@@ -71,7 +71,7 @@ vec_map = { version = "0.8", optional = true }
web-time = { version = "1.1", optional = true }
num-traits = "0.2"
nalgebra = "0.33"
-parry3d = "0.17.0"
+parry3d = "0.18.0"
simba = "0.9"
approx = "0.5"
rayon = { version = "1", optional = true }