Bumped winit in wgpu demo

This commit is contained in:
4bb4 2021-01-13 21:33:34 +01:00
parent ca0e273c9d
commit d11ea4a0f5

View file

@ -8,7 +8,7 @@ edition = "2018"
implot = { path = "../../" } implot = { path = "../../" }
wgpu = "^0.6.0" 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 futures = "^0.3.5" # executing async functions using blocking executor
imgui = "^0.6.0" imgui = "^0.6.0"
imgui-winit-support = "^0.6.0" # connection of input (keys) to imgui imgui-winit-support = "^0.6.0" # connection of input (keys) to imgui