diff options
| author | Sébastien Crozet <sebcrozet@dimforge.com> | 2024-05-05 18:18:10 +0200 |
|---|---|---|
| committer | Sébastien Crozet <sebastien@crozet.re> | 2024-05-05 18:33:35 +0200 |
| commit | af1ac9baa26b1199ae2728e91adf5345bcd1c693 (patch) | |
| tree | 4ab31eab98d91fd7412a7ca15b3d260bd7cd1777 /Cargo.toml | |
| parent | 27f627902e62b67ed3f73b2d8bbcc612b0d784c2 (diff) | |
| download | rapier-0.19.0.tar.gz rapier-0.19.0.tar.bz2 rapier-0.19.0.zip | |
Release v0.19.0v0.19.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -17,10 +17,10 @@ resolver = "2" #kiss3d = { git = "https://github.com/sebcrozet/kiss3d" } #nalgebra = { git = "https://github.com/dimforge/nalgebra", branch = "dev" } -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" } +#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 |
