Update to glium 0.29, glutin 0.26, winit 0.24
authorBernie Innocenti <bernie@codewiz.org>
Fri, 8 Jan 2021 14:58:28 +0000 (21:58 +0700)
committerBernie Innocenti <bernie@codewiz.org>
Fri, 8 Jan 2021 14:58:28 +0000 (21:58 +0700)
Cargo.toml

index 2ba6d278cee740bc766a0c247b04dd3df91dc012..c360bb20ef164a0c9df973b911a31f76fa77f7a4 100644 (file)
@@ -15,11 +15,11 @@ opt-level = 3
 [dependencies]
 cgmath = "*"
 #gleam = "*"
 [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 }
 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 = "*"
 libxm = "1.0.0"
 rust-rocket = { path = "rust-rocket", optional = true }
 rand = "*"