summaryrefslogtreecommitdiffstats
path: root/winit/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'winit/Cargo.toml')
-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"