From: Bernie Innocenti Date: Fri, 8 Jan 2021 14:58:28 +0000 (+0700) Subject: Update to glium 0.29, glutin 0.26, winit 0.24 X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=commitdiff_plain;h=0830429eef89bde43236f306d39f794043363b42 Update to glium 0.29, glutin 0.26, winit 0.24 --- 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 = "*"