From 2776d4634802d9bd7ca92e4ee7d86296bd966496 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 4 Jan 2024 05:12:38 +0100 Subject: Update `winit` fork to `0.29.8` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e70e1e8..45d69288 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -160,4 +160,4 @@ web-time = "0.2" wgpu = "0.18" winapi = "0.3" window_clipboard = "0.3" -winit = { git = "https://github.com/iced-rs/winit.git", rev = "3bcdb9abcd7459978ec689523bc21943d38da0f9", features = ["rwh_05"] } +winit = { git = "https://github.com/iced-rs/winit.git", rev = "25b5dc1758723699015c37b0a64f16ceb9c546ea", features = ["rwh_05"] } -- cgit