diff options
Diffstat (limited to 'examples3d/Cargo.toml')
| -rw-r--r-- | examples3d/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
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" |
