Add dependency on robust-predicates to fj-math

This commit is contained in:
Hanno Braun 2022-10-13 14:19:17 +02:00
parent d1cc3f33b7
commit 58329a83f6
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -1026,6 +1026,7 @@ dependencies = [
"num-traits",
"parry2d-f64",
"parry3d-f64",
"robust-predicates",
]
[[package]]

View File

@ -17,3 +17,4 @@ nalgebra = "0.31.2"
num-traits = "0.2.15"
parry2d-f64 = "0.10.0"
parry3d-f64 = "0.10.0"
robust-predicates = "0.1.3"