aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier_testbed3d
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rapier_testbed3d')
-rw-r--r--crates/rapier_testbed3d/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/rapier_testbed3d/Cargo.toml b/crates/rapier_testbed3d/Cargo.toml
index a258938..e24d509 100644
--- a/crates/rapier_testbed3d/Cargo.toml
+++ b/crates/rapier_testbed3d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier_testbed3d"
-version = "0.12.0-alpha.1"
+version = "0.12.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "Testbed for the Rapier 3-dimensional physics engine in Rust."
homepage = "http://rapier.org"
@@ -25,7 +25,7 @@ parallel = [ "rapier/parallel", "num_cpus" ]
other-backends = [ "physx", "physx-sys", "glam" ]
[dependencies]
-nalgebra = { version = "0.30", features = [ "rand" ] }
+nalgebra = { version = "0.31", features = [ "rand" ] }
rand = "0.8"
rand_pcg = "0.3"
instant = { version = "0.1", features = [ "web-sys", "now" ]}
@@ -56,5 +56,5 @@ bevy = {version = "0.7", default-features = false, features = ["bevy_winit", "re
[dependencies.rapier]
package = "rapier3d"
path = "../rapier3d"
-version = "0.12.0-alpha.1"
+version = "0.12.0"
features = [ "serde-serialize", "debug-render" ] \ No newline at end of file