aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks3d/Cargo.toml4
-rw-r--r--examples3d/Cargo.toml4
-rw-r--r--examples3d/harness_capsules3.rs (renamed from benchmarks3d/harness_capsules3.rs)0
3 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks3d/Cargo.toml b/benchmarks3d/Cargo.toml
index 1ae91e4..03194df 100644
--- a/benchmarks3d/Cargo.toml
+++ b/benchmarks3d/Cargo.toml
@@ -25,7 +25,3 @@ path = "../build/rapier3d"
[[bin]]
name = "all_benchmarks3"
path = "all_benchmarks3.rs"
-
-[[bin]]
-name = "harness_capsules3"
-path = "harness_capsules3.rs"
diff --git a/examples3d/Cargo.toml b/examples3d/Cargo.toml
index 5362554..46fbca6 100644
--- a/examples3d/Cargo.toml
+++ b/examples3d/Cargo.toml
@@ -25,3 +25,7 @@ path = "../build/rapier3d"
[[bin]]
name = "all_examples3"
path = "./all_examples3.rs"
+
+[[bin]]
+name = "harness_capsules3"
+path = "./harness_capsules3.rs"
diff --git a/benchmarks3d/harness_capsules3.rs b/examples3d/harness_capsules3.rs
index 4632811..4632811 100644
--- a/benchmarks3d/harness_capsules3.rs
+++ b/examples3d/harness_capsules3.rs