Update winit dependency

This commit is contained in:
Héctor Ramón Jiménez 2023-05-25 23:04:29 +02:00
parent ece04c1a8d
commit 60d17d68d6
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

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