X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=blobdiff_plain;f=Cargo.toml;h=4143b23da253e3d88cdabc209280ca0dfca73074;hp=2ba6d278cee740bc766a0c247b04dd3df91dc012;hb=HEAD;hpb=d9f3675b3a8ce0545b2413691c81adef3fa786ce diff --git a/Cargo.toml b/Cargo.toml index 2ba6d27..4143b23 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.30" +glutin = "0.27" +winit = { version = "0.25", 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 = "*"