From cda657b401b84ab2eff204db1fcc4c6d1455b0d7 Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Mon, 9 Mar 2020 14:55:07 -0700 Subject: [PATCH] upgrade winit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dab0dd5e52..52f1e79006 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" legion = { path = "bevy_legion", features = ["serialize"] } wgpu = { git = "https://github.com/gfx-rs/wgpu-rs.git", rev = "a7b0d5ae5bc0934439ef559ed145e93f0117c39a"} glam = "0.8.4" -winit = "0.21.0" +winit = "0.22.0" zerocopy = "0.2" log = "0.4" env_logger = "0.7"