diff --git a/winit/Cargo.toml b/winit/Cargo.toml index a1f3233b74..20e46bf29b 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -31,7 +31,7 @@ raw-window-handle = "0.5" [dependencies.winit] version = "0.28" git = "https://github.com/nicoburns/winit.git" -rev = "f160dc321eaa2e30f770f0b61f7ffc74541cafe0" +rev = "50aaf356f3f3d24717c62165047cc99daf6d832d" default-features = false [dependencies.iced_runtime]