From 90f8d74c994614de1ea246934d5a4a720cf84a8b Mon Sep 17 00:00:00 2001 From: Joshua Groves Date: Mon, 16 Mar 2020 09:26:51 -0230 Subject: [PATCH] [rs] Update winit --- wgpu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 1a85d9d97c..9500683d33 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/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"