Re-enable fullscreen toggling
[mandelwow.git] / Cargo.toml
index 72fc70e60a4fa909727dbec6429822f2d3445960..bd89f3be106179a08cbf92c65492bbcc3e299f66 100644 (file)
@@ -15,9 +15,9 @@ opt-level = 3
 [dependencies]
 cgmath = "*"
 #gleam = "*"
-glium = "0.22"
-glutin = "0.18"
-image = { version = "0.20", features = ["png_codec"], optional = true }
+glium = "0.26.0"
+glutin = "0.23.0"
+image = { version = "*", features = ["png_codec"], optional = true }
 libxm = "1.0.0"
 rust-rocket = { path = "rust-rocket", optional = true }
 rand = "*"