Testbed: don't rely on github versions for ncollide, nphysics, kiss3d.
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -17,15 +17,15 @@ members = [ "build/rapier2d", "build/rapier2d-f64", "build/rapier_testbed2d", "e
|
||||
#cdl3d-f64 = { path = "../cdl/build/cdl3d-f64" }
|
||||
#nalgebra = { path = "../nalgebra" }
|
||||
|
||||
kiss3d = { git = "https://github.com/sebcrozet/kiss3d" }
|
||||
#kiss3d = { git = "https://github.com/sebcrozet/kiss3d" }
|
||||
cdl2d = { git = "https://github.com/sebcrozet/cdl" }
|
||||
cdl3d = { git = "https://github.com/sebcrozet/cdl" }
|
||||
cdl2d-f64 = { git = "https://github.com/sebcrozet/cdl" }
|
||||
cdl3d-f64 = { git = "https://github.com/sebcrozet/cdl" }
|
||||
ncollide2d = { git = "https://github.com/dimforge/ncollide" }
|
||||
ncollide3d = { git = "https://github.com/dimforge/ncollide" }
|
||||
nphysics2d = { git = "https://github.com/dimforge/nphysics" }
|
||||
nphysics3d = { git = "https://github.com/dimforge/nphysics" }
|
||||
#ncollide2d = { git = "https://github.com/dimforge/ncollide" }
|
||||
#ncollide3d = { git = "https://github.com/dimforge/ncollide" }
|
||||
#nphysics2d = { git = "https://github.com/dimforge/nphysics" }
|
||||
#nphysics3d = { git = "https://github.com/dimforge/nphysics" }
|
||||
|
||||
[profile.release]
|
||||
#debug = true
|
||||
|
||||
Reference in New Issue
Block a user