aboutsummaryrefslogtreecommitdiff
path: root/examples2d
diff options
context:
space:
mode:
Diffstat (limited to 'examples2d')
-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"