From 6ce61ed821e98cb00876d5fa92e16437a59d4c35 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 20 Jan 2025 23:44:16 +0100 Subject: Update our `winit` fork with `0.30.8` fixes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index be9f8b49..958af111 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -189,7 +189,7 @@ web-time = "1.1" wgpu = "23.0" winapi = "0.3" window_clipboard = "0.4.1" -winit = { git = "https://github.com/iced-rs/winit.git", rev = "254d6b3420ce4e674f516f7a2bd440665e05484d" } +winit = { git = "https://github.com/iced-rs/winit.git", rev = "11414b6aa45699f038114e61b4ddf5102b2d3b4b" } [workspace.lints.rust] rust_2018_idioms = { level = "forbid", priority = -1 } -- cgit