diff -r 19d30d96d7d6 -r 75ff5c643004 rust/lib-hedgewars-engine/Cargo.toml --- a/rust/lib-hedgewars-engine/Cargo.toml Wed Mar 27 22:10:46 2019 +0300 +++ b/rust/lib-hedgewars-engine/Cargo.toml Wed Mar 27 23:26:58 2019 +0300 @@ -7,6 +7,7 @@ [dependencies] gl = "0.11" netbuf = "0.4" +itertools = "0.8" fpnum = { path = "../fpnum" } land2d = { path = "../land2d" }