rust/lib-hedgewars-engine/Cargo.toml
changeset 14188 3b83ec44e10b
parent 14166 7d3b94cdc3c4
child 14207 bb2f301d4fe0
--- a/rust/lib-hedgewars-engine/Cargo.toml	Fri Nov 09 20:15:29 2018 +0300
+++ b/rust/lib-hedgewars-engine/Cargo.toml	Fri Nov 09 23:03:45 2018 +0300
@@ -4,6 +4,9 @@
 authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
 
 [dependencies]
+gfx = "0.17"
+gfx_device_gl = "0.15"
+
 land2d = { path = "../land2d" }
 lfprng = { path = "../lfprng" }
 integral-geometry = { path = "../integral-geometry" }