From ba51661a2a7aa136d9c9d83f87df52ea60f7b51b Mon Sep 17 00:00:00 2001 From: Imbris Date: Tue, 15 Jun 2021 02:47:54 -0400 Subject: Bump winit to 0.25 --- glutin/Cargo.toml | 2 +- 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" -- cgit