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 3dc7bea..d17fea3 100644 --- a/build/rapier3d/Cargo.toml +++ b/build/rapier3d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier3d" -version = "0.5.0" +version = "0.6.0" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "3-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier3d" @@ -39,9 +39,9 @@ required-features = [ "dim3", "f32" ] vec_map = "0.8" instant = { version = "0.1", features = [ "now" ]} num-traits = "0.2" -nalgebra = "0.24" -parry3d = "0.1" -simba = "0.3" +nalgebra = "0.25" +parry3d = "0.2" +simba = "0.4" approx = "0.4" rayon = { version = "1", optional = true } crossbeam = "0.8" |
