Use improved RedrawRequested API in iced_winit
This commit is contained in:
parent
ae585eb9cb
commit
2fe01a0b1e
2 changed files with 8 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue