Update deps: glium 0.21, glutin 0.14
[mandelwow.git] / Cargo.toml
index dd09b48917c87d5bf4fbe770d551efce033cf68e..5698fae39563348eea0f421f0a25d04aede45b4b 100644 (file)
@@ -6,14 +6,13 @@ license = "GPL-3.0+"
 
 [profile.release]
 lto = true
 
 [profile.release]
 lto = true
-# the crate `bitflags` is compiled with the panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
 panic = "unwind"
 opt-level = 3
 
 [dependencies]
 cgmath = "*"
 panic = "unwind"
 opt-level = 3
 
 [dependencies]
 cgmath = "*"
-glium = "0.20"
-glutin = "0.12"
+glium = "0.21"
+glutin = "0.14"
 image = { version = "0.18", features = ["png_codec"], optional = true }
 libxm = "1.0.0"
 rust-rocket = { path = "rust-rocket", optional = true }
 image = { version = "0.18", features = ["png_codec"], optional = true }
 libxm = "1.0.0"
 rust-rocket = { path = "rust-rocket", optional = true }