X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=blobdiff_plain;f=Cargo.toml;h=c7f4875da4cd470264b255096c9bfe8de5e21d31;hp=36dedd851dec40efc90621f5f7f4534f1ec079f8;hb=a8aebfadf8f18928b3f8ced81a7f0d4a4421466d;hpb=811e20651e7cc743ad654bda75aff82cae6d33b3 diff --git a/Cargo.toml b/Cargo.toml index 36dedd8..c7f4875 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,8 @@ opt-level = 3 [dependencies] cgmath = "*" -glium = "0.16.0" -glutin = "0.7.4" +glium = "0.17.0" +glutin = "0.9" image = { version = "0.14.0", features = ["png_codec"], optional = true } libxm = "1.0.0" rust-rocket = { path = "rust-rocket", optional = true }