summaryrefslogtreecommitdiffstats
path: root/winit/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-10 05:52:35 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-10 05:52:35 +0200
commitae585eb9cb043f2f6565bbe9c80c50cb7ded8bac (patch)
treead814258abbc3c841780203006d2a59b995269b1 /winit/Cargo.toml
parentab34ef45e0d9a17d6aee3eadf52b753fce73e3b6 (diff)
downloadiced-ae585eb9cb043f2f6565bbe9c80c50cb7ded8bac.tar.gz
iced-ae585eb9cb043f2f6565bbe9c80c50cb7ded8bac.tar.bz2
iced-ae585eb9cb043f2f6565bbe9c80c50cb7ded8bac.zip
Process `winit` mouse input and cursor movement
Diffstat (limited to 'winit/Cargo.toml')
-rw-r--r--winit/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml
index d7f61503..15158e0e 100644
--- a/winit/Cargo.toml
+++ b/winit/Cargo.toml
@@ -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"