Release v0.6.0

This commit is contained in:
Crozet Sébastien
2021-03-01 16:15:12 +01:00
parent 1c5601c84b
commit 5cc16419f3
12 changed files with 69 additions and 49 deletions

View File

@@ -18,11 +18,11 @@ members = [ "build/rapier2d", "build/rapier2d-f64", "build/rapier_testbed2d", "e
#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" }
parry3d = { git = "https://github.com/dimforge/parry" }
parry2d-f64 = { git = "https://github.com/dimforge/parry" }
parry3d-f64 = { git = "https://github.com/dimforge/parry" }
#nalgebra = { git = "https://github.com/dimforge/nalgebra", branch = "dev" }
#parry2d = { git = "https://github.com/dimforge/parry" }
#parry3d = { git = "https://github.com/dimforge/parry" }
#parry2d-f64 = { git = "https://github.com/dimforge/parry" }
#parry3d-f64 = { git = "https://github.com/dimforge/parry" }
#ncollide2d = { git = "https://github.com/dimforge/ncollide" }
#ncollide3d = { git = "https://github.com/dimforge/ncollide" }
#nphysics2d = { git = "https://github.com/dimforge/nphysics" }