Update benches to latest glium display setup api
[mandelwow.git] / Cargo.toml
index 5d8d3852693bba09231081291ee0e8a1cebf2b94..9d5e78f2dde0059d99e276e5a03944a3367061f5 100644 (file)
@@ -14,9 +14,10 @@ opt-level = 3
 
 [dependencies]
 cgmath = "*"
+#gleam = "*"
 glium = "0.22"
 glutin = "0.18"
-image = { version = "0.18", features = ["png_codec"], optional = true }
+image = { version = "0.20", features = ["png_codec"], optional = true }
 libxm = "1.0.0"
 rust-rocket = { path = "rust-rocket", optional = true }
 rand = "*"