Update winit and glutin

This commit is contained in:
Héctor Ramón Jiménez 2021-10-12 22:41:16 +07:00
parent 569aff331f
commit 024f68a189
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ debug = ["iced_winit/debug"]
[dependencies.glutin]
version = "0.27"
git = "https://github.com/iced-rs/glutin"
rev = "2564d0ab87cf2ad824a2a58733aebe40dd2f29bb"
rev = "492c20605907accf2b5dc2da52284305fd128346"
[dependencies.iced_native]
version = "0.4"

View file

@ -21,7 +21,7 @@ thiserror = "1.0"
[dependencies.winit]
version = "0.25"
git = "https://github.com/iced-rs/winit"
rev = "44a9a6fc442fcfa3fa0dfc2d5a2f86fdf4aba10c"
rev = "1e6623c4d06d110e5408dcbdf1edebd07e6a200e"
[dependencies.iced_native]
version = "0.4"