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 /examples2d/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 'examples2d/Cargo.toml')
| -rw-r--r-- | examples2d/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples2d/Cargo.toml b/examples2d/Cargo.toml index 48f5a65..a226f12 100644 --- a/examples2d/Cargo.toml +++ b/examples2d/Cargo.toml @@ -3,6 +3,7 @@ name = "rapier-examples-2d" version = "0.1.0" authors = [ "Sébastien Crozet <developer@crozet.re>" ] edition = "2018" +default-run = "all_examples2" [features] parallel = [ "rapier2d/parallel", "rapier_testbed2d/parallel" ] @@ -26,4 +27,4 @@ path = "../build/rapier2d" [[bin]] name = "all_examples2" -path = "./all_examples2.rs"
\ No newline at end of file +path = "./all_examples2.rs" |
