Update glium and glutin to latest stable releases
[mandelwow.git] / Cargo.toml
index 3ee753ad7d36bd9d75a9457556c8965f119d1a84..bd89f3be106179a08cbf92c65492bbcc3e299f66 100644 (file)
@@ -15,8 +15,8 @@ opt-level = 3
 [dependencies]
 cgmath = "*"
 #gleam = "*"
-glium = "0.26.0-alpha6"
-glutin = "0.22.0-alpha6"
+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 }