aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier2d-f64/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rapier2d-f64/Cargo.toml')
-rw-r--r--crates/rapier2d-f64/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/rapier2d-f64/Cargo.toml b/crates/rapier2d-f64/Cargo.toml
index 60ea169..035bef7 100644
--- a/crates/rapier2d-f64/Cargo.toml
+++ b/crates/rapier2d-f64/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier2d-f64"
-version = "0.16.1"
+version = "0.17.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d"
@@ -51,9 +51,9 @@ required-features = [ "dim2", "f64" ]
vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ], optional = true }
num-traits = "0.2"
-nalgebra = "0.31"
-parry2d-f64 = "0.12"
-simba = "0.7"
+nalgebra = "0.32"
+parry2d-f64 = "0.13"
+simba = "0.8"
approx = "0.5"
rayon = { version = "1", optional = true }
crossbeam = "0.8"