diff options
author | 2020-09-27 13:05:20 -0700 | |
---|---|---|
committer | 2020-10-03 12:58:28 -0700 | |
commit | 159e8a6abc222fa3d2c92a86898f9d313b02ee6c (patch) | |
tree | 6c9076ff610032400ccd1749d4b8a9d4534e08a5 /winit/Cargo.toml | |
parent | 4f2962d73f3bdeeca8a11817e404c45e91e2c2cc (diff) | |
download | iced-159e8a6abc222fa3d2c92a86898f9d313b02ee6c.tar.gz iced-159e8a6abc222fa3d2c92a86898f9d313b02ee6c.tar.bz2 iced-159e8a6abc222fa3d2c92a86898f9d313b02ee6c.zip |
update to winit 0.23 api
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 06e5df9a..7cf62821 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -14,7 +14,7 @@ categories = ["gui"] debug = ["iced_native/debug"] [dependencies] -winit = "0.22" +winit = "0.23" window_clipboard = "0.1" log = "0.4" thiserror = "1.0" |