X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=blobdiff_plain;f=Cargo.toml;fp=Cargo.toml;h=4143b23da253e3d88cdabc209280ca0dfca73074;hp=c360bb20ef164a0c9df973b911a31f76fa77f7a4;hb=c104450968cfa85a8d77fcb4858038fe2d2c7fdd;hpb=1124a995ef96469daf8593cb7fe9a17ee11bac2e diff --git a/Cargo.toml b/Cargo.toml index c360bb2..4143b23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,9 @@ opt-level = 3 [dependencies] cgmath = "*" #gleam = "*" -glium = "0.29" -glutin = "0.26" -winit = { version = "0.24", features = ["web-sys"] } +glium = "0.30" +glutin = "0.27" +winit = { version = "0.25", features = ["web-sys"] } image = { version = "*", features = ["png_codec"], optional = true } instant = { version = "0.1", features = ["wasm-bindgen"] } libxm = "1.0.0"