diff -r 75eaf7c71789 -r 78c798d655ad rust/land2d/Cargo.toml --- 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" }