rust/land2d/Cargo.toml
changeset 13936 78c798d655ad
parent 13917 a83ba9ba1566
child 14207 bb2f301d4fe0
--- a/rust/land2d/Cargo.toml	Wed Oct 17 22:45:33 2018 +0200
+++ b/rust/land2d/Cargo.toml	Wed Oct 17 22:58:21 2018 +0200
@@ -5,3 +5,4 @@
 
 [dependencies]
 vec2d = { path = "../vec2d" }
+integral-geometry = { path = "../integral-geometry" }