aboutsummaryrefslogtreecommitdiff
path: root/benchmarks3d/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks3d/Cargo.toml')
-rw-r--r--benchmarks3d/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmarks3d/Cargo.toml b/benchmarks3d/Cargo.toml
index 03194df..1ae91e4 100644
--- a/benchmarks3d/Cargo.toml
+++ b/benchmarks3d/Cargo.toml
@@ -25,3 +25,7 @@ path = "../build/rapier3d"
[[bin]]
name = "all_benchmarks3"
path = "all_benchmarks3.rs"
+
+[[bin]]
+name = "harness_capsules3"
+path = "harness_capsules3.rs"