From 60d17d68d665d2de5abd8c5f3c3d146f4534d365 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 25 May 2023 23:04:29 +0200 Subject: Update `winit` dependency --- winit/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winit/Cargo.toml') diff --git a/winit/Cargo.toml b/winit/Cargo.toml index 342cbc5d..7a169fb1 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -30,8 +30,8 @@ raw-window-handle = "0.5" [dependencies.winit] version = "0.28" -git = "https://github.com/nicoburns/winit.git" -rev = "dd5fcaf30114baf876677d997e362c23d7d134c8" +git = "https://github.com/iced-rs/winit.git" +rev = "ac1ddfe0bd870910b3aa64a18d386fdd55b30a1d" default-features = false [dependencies.iced_runtime] -- cgit