X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Cargo.toml;h=c360bb20ef164a0c9df973b911a31f76fa77f7a4;hb=0830429eef89bde43236f306d39f794043363b42;hp=2ba6d278cee740bc766a0c247b04dd3df91dc012;hpb=d9f3675b3a8ce0545b2413691c81adef3fa786ce;p=mandelwow.git diff --git a/Cargo.toml b/Cargo.toml index 2ba6d27..c360bb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,11 +15,11 @@ opt-level = 3 [dependencies] cgmath = "*" #gleam = "*" -glium = "0.28" -glutin = "0.25" -winit = { version = "0.23", features = ["stdweb"] } +glium = "0.29" +glutin = "0.26" +winit = { version = "0.24", features = ["web-sys"] } image = { version = "*", features = ["png_codec"], optional = true } -instant = "*" +instant = { version = "0.1", features = ["wasm-bindgen"] } libxm = "1.0.0" rust-rocket = { path = "rust-rocket", optional = true } rand = "*"