aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Crozet <sebcrozet@dimforge.com>2024-05-05 16:18:47 +0200
committerSébastien Crozet <sebastien@crozet.re>2024-05-05 16:34:55 +0200
commit27f627902e62b67ed3f73b2d8bbcc612b0d784c2 (patch)
tree2d043a08c31da575151b5a2e9a464025ae0edd2b
parent89fcd4d281704bb5532a2cc489fcbc88ad7f0b05 (diff)
downloadrapier-27f627902e62b67ed3f73b2d8bbcc612b0d784c2.tar.gz
rapier-27f627902e62b67ed3f73b2d8bbcc612b0d784c2.tar.bz2
rapier-27f627902e62b67ed3f73b2d8bbcc612b0d784c2.zip
fix: temporarily switch to the master branch of parry
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0c042f0..fa36dc5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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