aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier_testbed3d/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rapier_testbed3d/Cargo.toml')
-rw-r--r--crates/rapier_testbed3d/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rapier_testbed3d/Cargo.toml b/crates/rapier_testbed3d/Cargo.toml
index e8e7f3f..a3f3c5d 100644
--- a/crates/rapier_testbed3d/Cargo.toml
+++ b/crates/rapier_testbed3d/Cargo.toml
@@ -28,7 +28,7 @@ other-backends = ["physx", "physx-sys", "glam"]
features = ["parallel", "other-backends"]
[dependencies]
-nalgebra = { version = "0.32", features = ["rand"] }
+nalgebra = { version = "0.32", features = ["rand", "glam025"] }
rand = "0.8"
rand_pcg = "0.3"
instant = { version = "0.1", features = ["web-sys", "now"] }