Implement multibody joints and the new solver
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "rapier-benchmarks-3d"
|
||||
version = "0.1.0"
|
||||
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
parallel = [ "rapier3d/parallel", "rapier_testbed3d/parallel" ]
|
||||
@@ -16,10 +16,10 @@ rand = "0.8"
|
||||
Inflector = "0.11"
|
||||
|
||||
[dependencies.rapier_testbed3d]
|
||||
path = "../build/rapier_testbed3d"
|
||||
path = "../crates/rapier_testbed3d"
|
||||
|
||||
[dependencies.rapier3d]
|
||||
path = "../build/rapier3d"
|
||||
path = "../crates/rapier3d"
|
||||
|
||||
[[bin]]
|
||||
name = "all_benchmarks3"
|
||||
|
||||
Reference in New Issue
Block a user