fix: remove local cargo patches

This commit is contained in:
Sébastien Crozet
2024-04-28 19:56:56 +02:00
committed by Sébastien Crozet
parent 0a9153e273
commit 9cb4f018c8

View File

@@ -8,8 +8,8 @@ resolver = "2"
#simba = { path = "../simba" }
#kiss3d = { path = "../kiss3d" }
parry2d = { path = "../parry/crates/parry2d" }
parry3d = { path = "../parry/crates/parry3d" }
#parry2d = { path = "../parry/crates/parry2d" }
#parry3d = { path = "../parry/crates/parry3d" }
#parry2d-f64 = { path = "../parry/crates/parry2d-f64" }
#parry3d-f64 = { path = "../parry/crates/parry3d-f64" }
# nalgebra = { path = "../nalgebra" }