diff options
author | 2021-03-10 01:16:26 +0100 | |
---|---|---|
committer | 2021-03-10 01:16:26 +0100 | |
commit | b22b0dd7ff56d433c459e0d14e14eb5472a6224d (patch) | |
tree | 1c031a439897663ee8cd88cd8028606a05d6321f /winit/Cargo.toml | |
parent | bbca5c4bde6f9e6e54cca6cb216d38dfd3864e74 (diff) | |
download | iced-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.toml | 2 |
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" |