diff options
| author | Sébastien Crozet <sebcrozet@dimforge.com> | 2024-05-05 16:18:47 +0200 |
|---|---|---|
| committer | Sébastien Crozet <sebastien@crozet.re> | 2024-05-05 16:34:55 +0200 |
| commit | 27f627902e62b67ed3f73b2d8bbcc612b0d784c2 (patch) | |
| tree | 2d043a08c31da575151b5a2e9a464025ae0edd2b | |
| parent | 89fcd4d281704bb5532a2cc489fcbc88ad7f0b05 (diff) | |
| download | rapier-27f627902e62b67ed3f73b2d8bbcc612b0d784c2.tar.gz rapier-27f627902e62b67ed3f73b2d8bbcc612b0d784c2.tar.bz2 rapier-27f627902e62b67ed3f73b2d8bbcc612b0d784c2.zip | |
fix: temporarily switch to the master branch of parry
| -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 = "shape-cast-renamings" } -parry3d = { git = "https://github.com/dimforge/parry", branch = "shape-cast-renamings" } -parry2d-f64 = { git = "https://github.com/dimforge/parry", branch = "shape-cast-renamings" } -parry3d-f64 = { git = "https://github.com/dimforge/parry", branch = "shape-cast-renamings" } +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 |
