Merge pull request #919 from Imberflur/winit-0.25

Bump winit to 0.25
This commit is contained in:
Héctor Ramón 2021-06-24 19:30:59 +02:00 committed by GitHub
commit d2c8a3e04b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ categories = ["gui"]
debug = ["iced_winit/debug"]
[dependencies]
glutin = "0.26"
glutin = "0.27"
[dependencies.iced_native]
version = "0.4"

View File

@ -14,7 +14,7 @@ categories = ["gui"]
debug = ["iced_native/debug"]
[dependencies]
winit = "0.24"
winit = "0.25"
window_clipboard = "0.2"
log = "0.4"
thiserror = "1.0"