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