From: Bernie Innocenti Date: Mon, 9 Aug 2021 13:02:51 +0000 (+0200) Subject: Update to glium 0.30, glutin 0.27 and winit 0.25 X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=commitdiff_plain;h=c104450968cfa85a8d77fcb4858038fe2d2c7fdd Update to glium 0.30, glutin 0.27 and winit 0.25 Emscripten is still broken, though :-( --- diff --git a/Cargo.toml b/Cargo.toml index c360bb2..4143b23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,9 @@ opt-level = 3 [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"