diff options
| author | Crozet Sébastien <developer@crozet.re> | 2020-12-29 11:42:57 +0100 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2020-12-29 11:42:57 +0100 |
| commit | ed529fb8dd2cfeb9020a8cffd5b825d7d1f8ce92 (patch) | |
| tree | f311dd0233d9ad78c3994b6fc1efaa7294ff31ea | |
| parent | 94c67a0c31e9da373c3aca3560dc9accc3308a7a (diff) | |
| download | rapier-ed529fb8dd2cfeb9020a8cffd5b825d7d1f8ce92.tar.gz rapier-ed529fb8dd2cfeb9020a8cffd5b825d7d1f8ce92.tar.bz2 rapier-ed529fb8dd2cfeb9020a8cffd5b825d7d1f8ce92.zip | |
Move the harness example to the examples folder.
| -rw-r--r-- | benchmarks3d/Cargo.toml | 4 | ||||
| -rw-r--r-- | examples3d/Cargo.toml | 4 | ||||
| -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 |
