diff options
| author | Sébastien Crozet <developer@crozet.re> | 2021-04-01 11:00:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-01 11:00:27 +0200 |
| commit | f8536e73fc092da5ded5c793d513c59296949aff (patch) | |
| tree | 50af9e4312b22ea2c1cabc0e6d80dc73e59b3104 /examples3d/Cargo.toml | |
| parent | 4b637c66ca40695f97f1ebdc38965e0d83ac5934 (diff) | |
| parent | cc3f16eb85f23a86ddd9d182d967cb12acc32354 (diff) | |
| download | rapier-f8536e73fc092da5ded5c793d513c59296949aff.tar.gz rapier-f8536e73fc092da5ded5c793d513c59296949aff.tar.bz2 rapier-f8536e73fc092da5ded5c793d513c59296949aff.zip | |
Merge pull request #157 from dimforge/ccd
Implement Continuous Collision Detection
Diffstat (limited to 'examples3d/Cargo.toml')
| -rw-r--r-- | examples3d/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples3d/Cargo.toml b/examples3d/Cargo.toml index b27b97c..1f84857 100644 --- a/examples3d/Cargo.toml +++ b/examples3d/Cargo.toml @@ -3,6 +3,7 @@ name = "rapier-examples-3d" version = "0.1.0" authors = [ "Sébastien Crozet <developer@crozet.re>" ] edition = "2018" +default-run = "all_examples3" [features] parallel = [ "rapier3d/parallel", "rapier_testbed3d/parallel" ] |
