diff options
| author | Sébastien Crozet <developer@crozet.re> | 2022-04-28 18:24:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-28 18:24:01 +0200 |
| commit | 488aad0af3f772e14fd85b27bfff6c1db5d23829 (patch) | |
| tree | 4c19f613750fcd8779714915dbb752ce369a4173 /Cargo.toml | |
| parent | 21a31bc1026d17d30b3a5ac35e6bb716dc66be6e (diff) | |
| parent | 7dc038aec66783d72abda446d6251385e6ad30f4 (diff) | |
| download | rapier-488aad0af3f772e14fd85b27bfff6c1db5d23829.tar.gz rapier-488aad0af3f772e14fd85b27bfff6c1db5d23829.tar.bz2 rapier-488aad0af3f772e14fd85b27bfff6c1db5d23829.zip | |
Merge pull request #315 from dimforge/debug-renderer
Add a basic lines-based debug-renderer
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -14,12 +14,13 @@ resolver = "2" #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 = "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" } +parry2d = { git = "https://github.com/dimforge/parry", branch = "master" } +parry3d = { git = "https://github.com/dimforge/parry", branch = "master" } +parry2d-f64 = { git = "https://github.com/dimforge/parry", branch = "master" } +parry3d-f64 = { git = "https://github.com/dimforge/parry", branch = "master" } [profile.release] #debug = true |
