Update to glium 0.30, glutin 0.27 and winit 0.25
authorBernie Innocenti <bernie@codewiz.org>
Mon, 9 Aug 2021 13:02:51 +0000 (15:02 +0200)
committerBernie Innocenti <bernie@codewiz.org>
Mon, 9 Aug 2021 13:02:51 +0000 (15:02 +0200)
Emscripten is still broken, though :-(

Cargo.toml

index c360bb20ef164a0c9df973b911a31f76fa77f7a4..4143b23da253e3d88cdabc209280ca0dfca73074 100644 (file)
@@ -15,9 +15,9 @@ opt-level = 3
 [dependencies]
 cgmath = "*"
 #gleam = "*"
 [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"
 image = { version = "*", features = ["png_codec"], optional = true }
 instant = { version = "0.1", features = ["wasm-bindgen"] }
 libxm = "1.0.0"