diff -r 259175ab7e8c -r 2ebd505e62c1 rust/theme-editor/Cargo.toml --- a/rust/theme-editor/Cargo.toml Mon Oct 29 23:40:17 2018 +0300 +++ b/rust/theme-editor/Cargo.toml Tue Oct 30 02:14:00 2018 +0300 @@ -13,4 +13,5 @@ land2d = { path = "../land2d" } landgen = { path = "../landgen" } lfprng = { path = "../lfprng" } +integral-geometry = { path = "../integral-geometry" } rand = "0.5" \ No newline at end of file