From: Bernie Innocenti Date: Thu, 31 May 2018 12:44:29 +0000 (+0900) Subject: Update deps: glium 0.21, glutin 0.14 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=5472d544cd467961d9ed1eb33cc89581938a131c;hp=3e5563ed624cd5fc485b89aecb59d8be8a78f696;p=mandelwow.git Update deps: glium 0.21, glutin 0.14 --- diff --git a/Cargo.toml b/Cargo.toml index dd09b48..5698fae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,14 +6,13 @@ license = "GPL-3.0+" [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 = "*" -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 }