Update winit and glutin

We avoid a breaking change in `mouse::Button::Other` for the time being.
This commit is contained in:
Héctor Ramón Jiménez 2020-12-12 00:54:25 +01:00
parent d16b9cf7cd
commit 742086e190
3 changed files with 5 additions and 3 deletions

View file

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