X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Cargo.toml;h=bd89f3be106179a08cbf92c65492bbcc3e299f66;hb=29b275596efed3b3064072483aa6d8c4cba1e3d4;hp=42244c2016c1d9285ae4ba2504169664258a0d2c;hpb=5a29f2c9665d2d593d70439d51ea7802c9b5d285;p=mandelwow.git diff --git a/Cargo.toml b/Cargo.toml index 42244c2..bd89f3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,8 @@ opt-level = 3 [dependencies] cgmath = "*" #gleam = "*" -glium = "0.25.1" -glutin = "0.21" +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 }