diff options
author | 2019-10-10 05:52:35 +0200 | |
---|---|---|
committer | 2019-10-10 05:52:35 +0200 | |
commit | ae585eb9cb043f2f6565bbe9c80c50cb7ded8bac (patch) | |
tree | ad814258abbc3c841780203006d2a59b995269b1 /winit/Cargo.toml | |
parent | ab34ef45e0d9a17d6aee3eadf52b753fce73e3b6 (diff) | |
download | iced-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.toml | 1 |
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" |