Use improved RedrawRequested API in iced_winit

This commit is contained in:
Héctor Ramón Jiménez 2019-10-10 05:53:57 +02:00
parent ae585eb9cb
commit 2fe01a0b1e
2 changed files with 8 additions and 8 deletions

View file

@ -9,5 +9,5 @@ repository = "https://github.com/hecrj/iced"
[dependencies]
iced_native = { version = "0.1.0-alpha", path = "../native" }
winit = "0.20.0-alpha3"
winit = { version = "0.20.0-alpha3", git = "https://github.com/hecrj/winit", branch = "redraw-requested-2.0" }
log = "0.4"