diff options
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" } |
