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

@@ -12,10 +12,10 @@ other-backends = [ "rapier_testbed3d/other-backends" ]
enhanced-determinism = [ "rapier3d/enhanced-determinism" ]
[dependencies]
rand = "0.7"
rand = "0.8"
Inflector = "0.11"
nalgebra = "0.24"
kiss3d = "0.29"
nalgebra = "0.25"
kiss3d = "0.30"
[dependencies.rapier_testbed3d]
path = "../build/rapier_testbed3d"