First round deleting the component sets.
This commit is contained in:
committed by
Sébastien Crozet
parent
ee679427cd
commit
2b1374c596
10
Cargo.toml
10
Cargo.toml
@@ -8,11 +8,11 @@ resolver = "2"
|
||||
|
||||
#simba = { path = "../simba" }
|
||||
#kiss3d = { path = "../kiss3d" }
|
||||
#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" }
|
||||
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" }
|
||||
|
||||
#kiss3d = { git = "https://github.com/sebcrozet/kiss3d" }
|
||||
#nalgebra = { git = "https://github.com/dimforge/nalgebra", branch = "dev" }
|
||||
|
||||
Reference in New Issue
Block a user