chore: switch to git version of parry

This commit is contained in:
Sébastien Crozet
2024-05-04 20:49:34 +02:00
committed by Sébastien Crozet
parent 1258bcbfe8
commit 2b095b65b2

View File

@@ -17,10 +17,10 @@ resolver = "2"
#kiss3d = { git = "https://github.com/sebcrozet/kiss3d" } #kiss3d = { git = "https://github.com/sebcrozet/kiss3d" }
#nalgebra = { git = "https://github.com/dimforge/nalgebra", branch = "dev" } #nalgebra = { git = "https://github.com/dimforge/nalgebra", branch = "dev" }
#parry2d = { git = "https://github.com/dimforge/parry", branch = "master" } parry2d = { git = "https://github.com/dimforge/parry", branch = "shape-cast-renamings" }
#parry3d = { git = "https://github.com/dimforge/parry", branch = "master" } parry3d = { git = "https://github.com/dimforge/parry", branch = "shape-cast-renamings" }
#parry2d-f64 = { git = "https://github.com/dimforge/parry", branch = "master" } parry2d-f64 = { git = "https://github.com/dimforge/parry", branch = "shape-cast-renamings" }
#parry3d-f64 = { git = "https://github.com/dimforge/parry", branch = "master" } parry3d-f64 = { git = "https://github.com/dimforge/parry", branch = "shape-cast-renamings" }
[profile.release] [profile.release]
#debug = true #debug = true