aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier_testbed2d
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rapier_testbed2d')
-rw-r--r--crates/rapier_testbed2d/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rapier_testbed2d/Cargo.toml b/crates/rapier_testbed2d/Cargo.toml
index 6165e23..3935fcb 100644
--- a/crates/rapier_testbed2d/Cargo.toml
+++ b/crates/rapier_testbed2d/Cargo.toml
@@ -28,7 +28,7 @@ other-backends = ["wrapped2d"]
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"] }