Add nalgebra to the prelude to make the macros work out of the box

This commit is contained in:
Crozet Sébastien
2021-06-03 09:57:56 +02:00
committed by Sébastien Crozet
parent fdd370e51a
commit 59e5d8e7f9
18 changed files with 9 additions and 22 deletions

View File

@@ -14,7 +14,6 @@ enhanced-determinism = [ "rapier2d/enhanced-determinism" ]
[dependencies]
rand = "0.8"
Inflector = "0.11"
nalgebra = "0.27"
[dependencies.rapier_testbed2d]
path = "../build/rapier_testbed2d"