diff options
Diffstat (limited to 'crates/rapier3d/Cargo.toml')
| -rw-r--r-- | crates/rapier3d/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml index 03947ef..77dd8ae 100644 --- a/crates/rapier3d/Cargo.toml +++ b/crates/rapier3d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier3d" -version = "0.21.0" +version = "0.22.0" authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"] description = "3-dimensional physics engine in Rust." documentation = "https://docs.rs/rapier3d" @@ -67,7 +67,7 @@ vec_map = { version = "0.8", optional = true } instant = { version = "0.1", features = ["now"], optional = true } num-traits = "0.2" nalgebra = "0.33" -parry3d = "0.16.0" +parry3d = "0.17.0" simba = "0.9" approx = "0.5" rayon = { version = "1", optional = true } |
