From 65b79112ed98396d7e2b44110dedf43870e4fe63 Mon Sep 17 00:00:00 2001 From: Joshua Groves Date: Mon, 16 Mar 2020 09:26:51 -0230 Subject: [PATCH] Update winit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a85d9d97c..9500683d33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ env_logger = "0.7" glsl-to-spirv = "0.1" log = "0.4" png = "0.15" -winit = "0.20" +winit = "0.22" rand = "0.7.2" zerocopy = "0.2" futures = "0.3"