Fix benchmarks for latest glium/glutin API
[mandelwow.git] / Cargo.toml
index 2ba6d278cee740bc766a0c247b04dd3df91dc012..4143b23da253e3d88cdabc209280ca0dfca73074 100644 (file)
@@ -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 = "*"