Update winit to 0.22

This commit is contained in:
Héctor Ramón Jiménez 2020-03-09 22:35:25 +01:00
parent 5a91b52ef4
commit aac7ad3e14
3 changed files with 9 additions and 14 deletions

View file

@ -14,7 +14,7 @@ categories = ["gui"]
debug = []
[dependencies]
winit = "0.21"
winit = "0.22"
log = "0.4"
[dependencies.iced_native]