X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=blobdiff_plain;f=Cargo.toml;fp=Cargo.toml;h=5698fae39563348eea0f421f0a25d04aede45b4b;hp=dd09b48917c87d5bf4fbe770d551efce033cf68e;hb=5472d544cd467961d9ed1eb33cc89581938a131c;hpb=3e5563ed624cd5fc485b89aecb59d8be8a78f696 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 }