diff options
| author | Crozet Sébastien <developer@crozet.re> | 2020-10-31 14:42:14 +0100 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2020-11-19 13:55:19 +0100 |
| commit | 154bc70037d42ef15d9a6c3288b8006027c2cb94 (patch) | |
| tree | 7eb8e456c592054e85831dfb2d3194abea639d33 /Cargo.toml | |
| parent | c26c3af50803e964c86df52a0c29bc74362aea71 (diff) | |
| download | rapier-154bc70037d42ef15d9a6c3288b8006027c2cb94.tar.gz rapier-154bc70037d42ef15d9a6c3288b8006027c2cb94.tar.bz2 rapier-154bc70037d42ef15d9a6c3288b8006027c2cb94.zip | |
Remove the Salva integration code from rapier + add a plugin system to the testbed.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -10,8 +10,6 @@ members = [ "build/rapier2d", "build/rapier_testbed2d", "examples2d", "benchmark #nphysics2d = { path = "../nphysics/build/nphysics2d" } #nphysics3d = { path = "../nphysics/build/nphysics3d" } #kiss3d = { path = "../kiss3d" } -salva2d = { path = "../salva/build/salva2d" } -salva3d = { path = "../salva/build/salva3d" } [profile.release] #debug = true |
