Fix the parallel solver to work properly with CCD.
This commit is contained in:
@@ -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"
|
||||
path = "./all_examples2.rs"
|
||||
|
||||
Reference in New Issue
Block a user