diff options
| author | Sébastien Crozet <developer@crozet.re> | 2022-04-30 18:06:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-30 18:06:27 +0200 |
| commit | 033a26aac483a4fbcf7febf61f19656c5a74f546 (patch) | |
| tree | 941cd912c161d262916548b231a01814e2a4a461 /Cargo.toml | |
| parent | 42360273560f9353aa07e9cead5108497fcd992e (diff) | |
| parent | b22d8eda6a7e3a5ee32f193bcf0cb1c253c3e0b8 (diff) | |
| download | rapier-033a26aac483a4fbcf7febf61f19656c5a74f546.tar.gz rapier-033a26aac483a4fbcf7febf61f19656c5a74f546.tar.bz2 rapier-033a26aac483a4fbcf7febf61f19656c5a74f546.zip | |
Merge pull request #321 from dimforge/release-0.12.0v0.12.0
Release v0.12.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 |
