Start integrating salva into rapier.

This commit is contained in:
Crozet Sébastien
2020-10-12 12:31:58 +02:00
parent 3f619d81ff
commit c26c3af508
10 changed files with 318 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ 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"