summaryrefslogtreecommitdiffstats
path: root/winit/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-03-10 01:16:26 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-03-10 01:16:26 +0100
commitb22b0dd7ff56d433c459e0d14e14eb5472a6224d (patch)
tree1c031a439897663ee8cd88cd8028606a05d6321f /winit/Cargo.toml
parentbbca5c4bde6f9e6e54cca6cb216d38dfd3864e74 (diff)
downloadiced-b22b0dd7ff56d433c459e0d14e14eb5472a6224d.tar.gz
iced-b22b0dd7ff56d433c459e0d14e14eb5472a6224d.tar.bz2
iced-b22b0dd7ff56d433c459e0d14e14eb5472a6224d.zip
Update `window_clipboard` to `0.2`
Diffstat (limited to 'winit/Cargo.toml')
-rw-r--r--winit/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml
index 39a6a5fa..ecee0e2e 100644
--- a/winit/Cargo.toml
+++ b/winit/Cargo.toml
@@ -15,7 +15,7 @@ debug = ["iced_native/debug"]
[dependencies]
winit = "0.24"
-window_clipboard = "0.1"
+window_clipboard = "0.2"
log = "0.4"
thiserror = "1.0"