X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Cargo.toml;h=bd89f3be106179a08cbf92c65492bbcc3e299f66;hb=9ae471dda58c74e83c7080f7ea527105e063aef3;hp=3ee753ad7d36bd9d75a9457556c8965f119d1a84;hpb=3024c5dfb352a3f9011a5ce9aa50fe7dc1a2e013;p=mandelwow.git diff --git a/Cargo.toml b/Cargo.toml index 3ee753a..bd89f3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }