Remove the Salva integration code from rapier + add a plugin system to the testbed.

This commit is contained in:
Crozet Sébastien
2020-10-31 14:42:14 +01:00
parent c26c3af508
commit 154bc70037
14 changed files with 102 additions and 619 deletions

View File

@@ -10,7 +10,6 @@ simd-stable = [ "rapier3d/simd-stable" ]
simd-nightly = [ "rapier3d/simd-nightly" ]
other-backends = [ "rapier_testbed3d/other-backends" ]
enhanced-determinism = [ "rapier3d/enhanced-determinism" ]
fluids = [ "rapier3d/fluids" ]
[dependencies]
rand = "0.7"