Bumped winit in wgpu demo
This commit is contained in:
parent
ca0e273c9d
commit
d11ea4a0f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue