From e9f6384081e7f3722976b9fefda6926f5206e0a2 Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Wed, 31 Mar 2021 10:53:44 +0200 Subject: Fix the parallel solver to work properly with CCD. --- examples2d/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples2d/Cargo.toml') 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 " ] 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" -- cgit