From c104450968cfa85a8d77fcb4858038fe2d2c7fdd Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Mon, 9 Aug 2021 15:02:51 +0200 Subject: [PATCH] Update to glium 0.30, glutin 0.27 and winit 0.25 Emscripten is still broken, though :-( --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.25.1