aboutsummaryrefslogtreecommitdiff
path: root/build/rapier3d
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2021-08-08 18:46:55 +0200
committerSébastien Crozet <sebastien@crozet.re>2021-08-08 19:19:16 +0200
commit48d0df11d7a6a28907945b17b839313c848e3a6e (patch)
tree4a92dfb8e390fdc8fefa7aa3f13eecbaa769cbeb /build/rapier3d
parent57aec69c1e4fef251825011d9bcf7c32ccb177f7 (diff)
downloadrapier-0.110.tar.gz
rapier-0.110.tar.bz2
rapier-0.110.zip
Release v0.11.0v0.110
Diffstat (limited to 'build/rapier3d')
-rw-r--r--build/rapier3d/Cargo.toml8
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"