From 0830429eef89bde43236f306d39f794043363b42 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Fri, 8 Jan 2021 21:58:28 +0700 Subject: [PATCH] Update to glium 0.29, glutin 0.26, winit 0.24 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2ba6d27..c360bb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,11 +15,11 @@ opt-level = 3 [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 } -instant = "*" +instant = { version = "0.1", features = ["wasm-bindgen"] } libxm = "1.0.0" rust-rocket = { path = "rust-rocket", optional = true } rand = "*" -- 2.25.1