diff options
Diffstat (limited to 'crates/rapier3d')
| -rw-r--r-- | crates/rapier3d/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml index dce6709..43d0d90 100644 --- a/crates/rapier3d/Cargo.toml +++ b/crates/rapier3d/Cargo.toml @@ -49,7 +49,7 @@ vec_map = { version = "0.8", optional = true } instant = { version = "0.1", features = [ "now" ], optional = true } num-traits = "0.2" nalgebra = "0.31" -parry3d = "0.10" +parry3d = "0.11" simba = "0.7" approx = "0.5" rayon = { version = "1", optional = true } |
