diff options
Diffstat (limited to 'build/rapier3d/Cargo.toml')
| -rw-r--r-- | build/rapier3d/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/rapier3d/Cargo.toml b/build/rapier3d/Cargo.toml index bd75c5a..3f0d398 100644 --- a/build/rapier3d/Cargo.toml +++ b/build/rapier3d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier3d" -version = "0.10.1" +version = "0.11.0" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "3-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier3d" @@ -47,9 +47,9 @@ required-features = [ "dim3", "f32" ] vec_map = { version = "0.8", optional = true } instant = { version = "0.1", features = [ "now" ]} num-traits = "0.2" -nalgebra = "0.28" -parry3d = "0.6" -simba = "0.5" +nalgebra = "0.29" +parry3d = "0.7" +simba = "0.6" approx = "0.5" rayon = { version = "1", optional = true } crossbeam = "0.8" |
