From 65617dd6fb8ee390d281f971a945ebd30ad15be7 Mon Sep 17 00:00:00 2001 From: ice_iix Date: Sun, 23 Oct 2022 16:17:21 -0700 Subject: [PATCH] Bump winit 0.27.4. Closes #736 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a52a5e6..f09c2ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ opt-level = 1 [dependencies] cfg-if = "1.0.0" wasm-bindgen = "0.2.83" -winit = "0.27.0" +winit = "0.27.4" glow = "0.11.2" byteorder = "1.4.3" serde = "1.0.142"