diff options
| author | Sébastien Crozet <developer@crozet.re> | 2022-04-20 12:29:57 +0200 |
|---|---|---|
| committer | Sébastien Crozet <sebastien@crozet.re> | 2022-04-20 19:02:49 +0200 |
| commit | f108520b5a110cf59864abac7ac6a37e2b5a1dd9 (patch) | |
| tree | 3ed03fbce2128e5eb04ca29d25b42717987eb424 /Cargo.toml | |
| parent | 2b1374c596957ac8cabe085859be3b823a1ba0c6 (diff) | |
| download | rapier-f108520b5a110cf59864abac7ac6a37e2b5a1dd9.tar.gz rapier-f108520b5a110cf59864abac7ac6a37e2b5a1dd9.tar.bz2 rapier-f108520b5a110cf59864abac7ac6a37e2b5a1dd9.zip | |
Finalize refactoring
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -8,18 +8,18 @@ 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" } +#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" } -#parry2d = { git = "https://github.com/dimforge/parry", branch = "special_cases" } -#parry3d = { git = "https://github.com/dimforge/parry", branch = "special_cases" } -#parry2d-f64 = { git = "https://github.com/dimforge/parry", branch = "special_cases" } -#parry3d-f64 = { git = "https://github.com/dimforge/parry", branch = "special_cases" } +parry2d = { git = "https://github.com/dimforge/parry", branch = "split-and-qbvh" } +parry3d = { git = "https://github.com/dimforge/parry", branch = "split-and-qbvh" } +parry2d-f64 = { git = "https://github.com/dimforge/parry", branch = "split-and-qbvh" } +parry3d-f64 = { git = "https://github.com/dimforge/parry", branch = "split-and-qbvh" } [profile.release] #debug = true |
