aboutsummaryrefslogtreecommitdiff
path: root/benchmarks3d/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks3d/Cargo.toml')
-rw-r--r--benchmarks3d/Cargo.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/benchmarks3d/Cargo.toml b/benchmarks3d/Cargo.toml
index 1ae91e4..16399c9 100644
--- a/benchmarks3d/Cargo.toml
+++ b/benchmarks3d/Cargo.toml
@@ -14,7 +14,7 @@ enhanced-determinism = [ "rapier3d/enhanced-determinism" ]
[dependencies]
rand = "0.7"
Inflector = "0.11"
-nalgebra = "0.23"
+nalgebra = "0.24"
[dependencies.rapier_testbed3d]
path = "../build/rapier_testbed3d"
@@ -25,7 +25,3 @@ path = "../build/rapier3d"
[[bin]]
name = "all_benchmarks3"
path = "all_benchmarks3.rs"
-
-[[bin]]
-name = "harness_capsules3"
-path = "harness_capsules3.rs"