update to winit 0.23 api

This commit is contained in:
aentity 2020-09-27 13:05:20 -07:00
parent 4f2962d73f
commit 159e8a6abc
5 changed files with 13 additions and 10 deletions

View file

@ -14,7 +14,7 @@ categories = ["gui"]
debug = ["iced_native/debug"]
[dependencies]
winit = "0.22"
winit = "0.23"
window_clipboard = "0.1"
log = "0.4"
thiserror = "1.0"