From 5472d544cd467961d9ed1eb33cc89581938a131c Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Thu, 31 May 2018 21:44:29 +0900 Subject: [PATCH] Update deps: glium 0.21, glutin 0.14 --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 } -- 2.25.1