Update our winit fork with 0.30.8 fixes

This commit is contained in:
Héctor Ramón Jiménez 2025-01-20 23:44:16 +01:00
parent dcd4abd5af
commit 6ce61ed821
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 88 additions and 164 deletions

View file

@ -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 }