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