Bump winit to 0.25

This commit is contained in:
Imbris 2021-06-15 02:47:54 -04:00
parent e68da229b3
commit ba51661a2a
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"