aboutsummaryrefslogtreecommitdiff
path: root/examples3d
diff options
context:
space:
mode:
Diffstat (limited to 'examples3d')
-rw-r--r--examples3d/Cargo.toml1
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" ]