aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier3d/Cargo.toml
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2022-04-30 18:06:27 +0200
committerGitHub <noreply@github.com>2022-04-30 18:06:27 +0200
commit033a26aac483a4fbcf7febf61f19656c5a74f546 (patch)
tree941cd912c161d262916548b231a01814e2a4a461 /crates/rapier3d/Cargo.toml
parent42360273560f9353aa07e9cead5108497fcd992e (diff)
parentb22d8eda6a7e3a5ee32f193bcf0cb1c253c3e0b8 (diff)
downloadrapier-0.12.0.tar.gz
rapier-0.12.0.tar.bz2
rapier-0.12.0.zip
Merge pull request #321 from dimforge/release-0.12.0v0.12.0
Release v0.12.0
Diffstat (limited to 'crates/rapier3d/Cargo.toml')
-rw-r--r--crates/rapier3d/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml
index 7f4896d..b6364ea 100644
--- a/crates/rapier3d/Cargo.toml
+++ b/crates/rapier3d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier3d"
-version = "0.12.0-alpha.1"
+version = "0.12.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d"
@@ -47,8 +47,8 @@ required-features = [ "dim3", "f32" ]
vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ]}
num-traits = "0.2"
-nalgebra = "0.30"
-parry3d = "0.8"
+nalgebra = "0.31"
+parry3d = "0.9"
simba = "0.7"
approx = "0.5"
rayon = { version = "1", optional = true }