aboutsummaryrefslogtreecommitdiff
path: root/build/rapier3d
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-04-12 17:22:18 +0200
committerCrozet Sébastien <developer@crozet.re>2021-04-12 17:22:18 +0200
commitda9c3db5e89b90ecf0680fcd653e4ec32a4fcfe2 (patch)
tree51b8f9a77b03ff29a65c261c56ec939ff592656c /build/rapier3d
parentbe6a61815d0ad364dc328a986c5941433e4cfb41 (diff)
downloadrapier-da9c3db5e89b90ecf0680fcd653e4ec32a4fcfe2.tar.gz
rapier-da9c3db5e89b90ecf0680fcd653e4ec32a4fcfe2.tar.bz2
rapier-da9c3db5e89b90ecf0680fcd653e4ec32a4fcfe2.zip
Switch to nalgebra 0.26
Diffstat (limited to 'build/rapier3d')
-rw-r--r--build/rapier3d/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/rapier3d/Cargo.toml b/build/rapier3d/Cargo.toml
index 41edc39..a539ab9 100644
--- a/build/rapier3d/Cargo.toml
+++ b/build/rapier3d/Cargo.toml
@@ -43,8 +43,8 @@ required-features = [ "dim3", "f32" ]
vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ]}
num-traits = "0.2"
-nalgebra = "^0.25.3"
-parry3d = "0.3"
+nalgebra = "0.26"
+parry3d = "0.4"
simba = "0.4"
approx = "0.4"
rayon = { version = "1", optional = true }