aboutsummaryrefslogtreecommitdiff
path: root/examples2d/Cargo.toml
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-03-31 10:53:44 +0200
committerCrozet Sébastien <developer@crozet.re>2021-03-31 10:53:44 +0200
commite9f6384081e7f3722976b9fefda6926f5206e0a2 (patch)
tree19f32cc7b9d60f386c9e6fcc119f0aecaa0f1f95 /examples2d/Cargo.toml
parent88933bd4317c6ae522a4af906919dffd2becc6f9 (diff)
downloadrapier-e9f6384081e7f3722976b9fefda6926f5206e0a2.tar.gz
rapier-e9f6384081e7f3722976b9fefda6926f5206e0a2.tar.bz2
rapier-e9f6384081e7f3722976b9fefda6926f5206e0a2.zip
Fix the parallel solver to work properly with CCD.
Diffstat (limited to 'examples2d/Cargo.toml')
-rw-r--r--examples2d/Cargo.toml3
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"