From d11ea4a0f54ce9017a7f371a945aff3a2e5c86b6 Mon Sep 17 00:00:00 2001 From: 4bb4 <67376761+4bb4@users.noreply.github.com> Date: Wed, 13 Jan 2021 21:33:34 +0100 Subject: [PATCH] Bumped winit in wgpu demo --- implot-examples/implot-wgpu-demo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implot-examples/implot-wgpu-demo/Cargo.toml b/implot-examples/implot-wgpu-demo/Cargo.toml index 42bae72..c3e3947 100644 --- a/implot-examples/implot-wgpu-demo/Cargo.toml +++ b/implot-examples/implot-wgpu-demo/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" implot = { path = "../../" } wgpu = "^0.6.0" -winit = "^0.23" # opening windows and handling input +winit = "0.24" # opening windows and handling input futures = "^0.3.5" # executing async functions using blocking executor imgui = "^0.6.0" imgui-winit-support = "^0.6.0" # connection of input (keys) to imgui