summaryrefslogtreecommitdiffstats
path: root/winit
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-12 07:32:04 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-12 07:32:04 +0100
commitf1168187c917f84130e97be81e2ccd4181fe9539 (patch)
treebea6eaad54eaa5c437be3ffd7d1bee861938c129 /winit
parent3f785472c4c43faf16e8e611bd0cec06ab1f9da9 (diff)
downloadiced-f1168187c917f84130e97be81e2ccd4181fe9539.tar.gz
iced-f1168187c917f84130e97be81e2ccd4181fe9539.tar.bz2
iced-f1168187c917f84130e97be81e2ccd4181fe9539.zip
Update `window_clipboard` in `iced_winit`
Diffstat (limited to 'winit')
-rw-r--r--winit/Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml
index a70ecb9d..ca2018c7 100644
--- a/winit/Cargo.toml
+++ b/winit/Cargo.toml
@@ -15,15 +15,12 @@ debug = []
[dependencies]
winit = "0.22"
+window_clipboard = "0.1"
log = "0.4"
[dependencies.iced_native]
version = "0.1.0-alpha"
path = "../native"
-[dependencies.window_clipboard]
-git = "https://github.com/hecrj/window_clipboard"
-rev = "22c6dd6c04cd05d528029b50a30c56417cd4bebf"
-
[target.'cfg(target_os = "windows")'.dependencies.winapi]
version = "0.3.6"