Move the harness example to the examples folder.

This commit is contained in:
Crozet Sébastien
2020-12-29 11:42:57 +01:00
parent 94c67a0c31
commit ed529fb8dd
3 changed files with 4 additions and 4 deletions

View File

@@ -25,3 +25,7 @@ path = "../build/rapier3d"
[[bin]]
name = "all_examples3"
path = "./all_examples3.rs"
[[bin]]
name = "harness_capsules3"
path = "./harness_capsules3.rs"