diff options
| author | Crozet Sébastien <developer@crozet.re> | 2021-01-29 13:36:27 +0100 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2021-01-29 13:37:04 +0100 |
| commit | ac1e38849fbd3b05a97084c4bdaf4aa8ea39832a (patch) | |
| tree | aaf0a49187e99a311d19c230456b195c6236aaf0 /Cargo.toml | |
| parent | 8ff2bcc3ec666805aceedaa477bde89f2a577d1c (diff) | |
| download | rapier-ac1e38849fbd3b05a97084c4bdaf4aa8ea39832a.tar.gz rapier-ac1e38849fbd3b05a97084c4bdaf4aa8ea39832a.tar.bz2 rapier-ac1e38849fbd3b05a97084c4bdaf4aa8ea39832a.zip | |
Update Cargo badges and categories.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -11,17 +11,17 @@ members = [ "build/rapier2d", "build/rapier2d-f64", "build/rapier_testbed2d", "e #nphysics2d = { path = "../nphysics/build/nphysics2d" } #nphysics3d = { path = "../nphysics/build/nphysics3d" } #kiss3d = { path = "../kiss3d" } -#parry2d = { path = "../parry/build/parry2d" } -#parry3d = { path = "../parry/build/parry3d" } -#parry2d-f64 = { path = "../parry/build/parry2d-f64" } -#parry3d-f64 = { path = "../parry/build/parry3d-f64" } +parry2d = { path = "../parry/build/parry2d" } +parry3d = { path = "../parry/build/parry3d" } +parry2d-f64 = { path = "../parry/build/parry2d-f64" } +parry3d-f64 = { path = "../parry/build/parry3d-f64" } #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" } +#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" } #ncollide2d = { git = "https://github.com/dimforge/ncollide" } #ncollide3d = { git = "https://github.com/dimforge/ncollide" } #nphysics2d = { git = "https://github.com/dimforge/nphysics" } |
