rust/lib-hedgewars-engine/Cargo.toml
changeset 14726 75ff5c643004
parent 14722 c97faf0aef78
child 15190 e2adb40c7988
--- 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" }