Process winit mouse input and cursor movement

This commit is contained in:
Héctor Ramón Jiménez 2019-10-10 05:52:35 +02:00
parent ab34ef45e0
commit ae585eb9cb
2 changed files with 38 additions and 18 deletions

View file

@ -10,3 +10,4 @@ repository = "https://github.com/hecrj/iced"
[dependencies]
iced_native = { version = "0.1.0-alpha", path = "../native" }
winit = "0.20.0-alpha3"
log = "0.4"