diff options
| author | Sébastien Crozet <developer@crozet.re> | 2022-04-19 18:57:40 +0200 |
|---|---|---|
| committer | Sébastien Crozet <sebastien@crozet.re> | 2022-04-20 19:02:49 +0200 |
| commit | 2b1374c596957ac8cabe085859be3b823a1ba0c6 (patch) | |
| tree | a7f37ec29199a5a2c6198a6b001e665524fdab96 /Cargo.toml | |
| parent | ee679427cda6363e4de94a59e293d01133a44d1f (diff) | |
| download | rapier-2b1374c596957ac8cabe085859be3b823a1ba0c6.tar.gz rapier-2b1374c596957ac8cabe085859be3b823a1ba0c6.tar.bz2 rapier-2b1374c596957ac8cabe085859be3b823a1ba0c6.zip | |
First round deleting the component sets.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -8,11 +8,11 @@ resolver = "2" #simba = { path = "../simba" } #kiss3d = { path = "../kiss3d" } -#parry2d = { path = "../parry/crates/parry2d" } -#parry3d = { path = "../parry/crates/parry3d" } -#parry2d-f64 = { path = "../parry/crates/parry2d-f64" } -#parry3d-f64 = { path = "../parry/crates/parry3d-f64" } -#nalgebra = { path = "../nalgebra" } +parry2d = { path = "../parry/crates/parry2d" } +parry3d = { path = "../parry/crates/parry3d" } +parry2d-f64 = { path = "../parry/crates/parry2d-f64" } +parry3d-f64 = { path = "../parry/crates/parry3d-f64" } +# nalgebra = { path = "../nalgebra" } #kiss3d = { git = "https://github.com/sebcrozet/kiss3d" } #nalgebra = { git = "https://github.com/dimforge/nalgebra", branch = "dev" } |
