diff options
| author | Crozet Sébastien <developer@crozet.re> | 2021-02-22 14:53:47 +0100 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2021-02-22 14:53:47 +0100 |
| commit | 0910e3235b348396c7fddd8043043c22aa60673e (patch) | |
| tree | 1395dc6ec35adacb7795b56d182266e50e78ff91 | |
| parent | 0eec28325ecf192f386a6894526e97a462e68802 (diff) | |
| download | rapier-0910e3235b348396c7fddd8043043c22aa60673e.tar.gz rapier-0910e3235b348396c7fddd8043043c22aa60673e.tar.bz2 rapier-0910e3235b348396c7fddd8043043c22aa60673e.zip | |
Use the github versions of nalgebra and parry until they are released.
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -18,10 +18,11 @@ members = [ "build/rapier2d", "build/rapier2d-f64", "build/rapier_testbed2d", "e #nalgebra = { path = "../nalgebra" } #kiss3d = { git = "https://github.com/sebcrozet/kiss3d" } -#parry2d = { git = "https://github.com/sebcrozet/parry" } -#parry3d = { git = "https://github.com/sebcrozet/parry" } -#parry2d-f64 = { git = "https://github.com/sebcrozet/parry" } -#parry3d-f64 = { git = "https://github.com/sebcrozet/parry" } +nalgebra = { git = "https://github.com/dimforge/nalgebra", branch = "dev" } +parry2d = { git = "https://github.com/dimforge/parry" } +parry3d = { git = "https://github.com/dimforge/parry" } +parry2d-f64 = { git = "https://github.com/dimforge/parry" } +parry3d-f64 = { git = "https://github.com/dimforge/parry" } #ncollide2d = { git = "https://github.com/dimforge/ncollide" } #ncollide3d = { git = "https://github.com/dimforge/ncollide" } #nphysics2d = { git = "https://github.com/dimforge/nphysics" } |
