Add comments for the debug-renderer
This commit is contained in:
@@ -14,12 +14,13 @@ resolver = "2"
|
||||
#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" }
|
||||
parry2d = { git = "https://github.com/dimforge/parry", branch = "split-and-qbvh" }
|
||||
parry3d = { git = "https://github.com/dimforge/parry", branch = "split-and-qbvh" }
|
||||
parry2d-f64 = { git = "https://github.com/dimforge/parry", branch = "split-and-qbvh" }
|
||||
parry3d-f64 = { git = "https://github.com/dimforge/parry", branch = "split-and-qbvh" }
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user