diff options
| author | Sébastien Crozet <developer@crozet.re> | 2021-04-02 14:35:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 14:35:34 +0200 |
| commit | 4a0b390f9b684bcd58a48fec06f4a2c95e6f21d4 (patch) | |
| tree | 2a4bf0efcfb719299790d33c63b02ddba145ac8e /Cargo.toml | |
| parent | b3b68b0c71b0512c68a89966655a3c0cca60fd85 (diff) | |
| parent | e66740e950a075b011330497b4000114e44f120f (diff) | |
| download | rapier-0.7.0.tar.gz rapier-0.7.0.tar.bz2 rapier-0.7.0.zip | |
Merge pull request #161 from dimforge/release_v0.7.0v0.7.0
Release v0.7.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -19,10 +19,10 @@ members = [ "build/rapier2d", "build/rapier2d-f64", "build/rapier_testbed2d", "e #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 = "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" } #ncollide2d = { git = "https://github.com/dimforge/ncollide" } #ncollide3d = { git = "https://github.com/dimforge/ncollide" } #nphysics2d = { git = "https://github.com/dimforge/nphysics" } |
