From 7ec474730478749530bbac7e7c90ecc8c64f4748 Mon Sep 17 00:00:00 2001 From: Wyatt Herkamp Date: Mon, 15 Aug 2022 08:10:28 -0400 Subject: Update `winit` and `glutin` forks --- winit/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'winit/Cargo.toml') diff --git a/winit/Cargo.toml b/winit/Cargo.toml index 3b9ae859..f66b92fa 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -20,9 +20,9 @@ log = "0.4" thiserror = "1.0" [dependencies.winit] -version = "0.26" -git = "https://github.com/iced-rs/winit" -rev = "02a12380960cec2f351c09a33d6a7cc2789d96a6" +version = "0.27" +git = "https://github.com/iced-rs/winit.git" +rev = "940457522e9fb9f5dac228b0ecfafe0138b4048c" [dependencies.iced_native] version = "0.5" -- cgit