diff options
-rw-r--r-- | glutin/Cargo.toml | 2 | ||||
-rw-r--r-- | winit/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml index 5d2c5be7..92aa5018 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -14,7 +14,7 @@ categories = ["gui"] debug = ["iced_winit/debug"] [dependencies] -glutin = "0.26" +glutin = "0.27" [dependencies.iced_native] version = "0.4" diff --git a/winit/Cargo.toml b/winit/Cargo.toml index 7f117fa1..4bb46029 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -14,7 +14,7 @@ categories = ["gui"] debug = ["iced_native/debug"] [dependencies] -winit = "0.24" +winit = "0.25" window_clipboard = "0.2" log = "0.4" thiserror = "1.0" |