examples: Upgrade winit
to 0.28
(#703)
This commit is contained in:
parent
ee86c65757
commit
8c63c9e08b
|
@ -22,7 +22,7 @@ raw-window-handle = "0.5"
|
|||
raw-window-metal = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
winit = "0.27.1"
|
||||
winit = "0.28.0"
|
||||
ash = { path = "../ash", version = "0.37", default-features = false, features = ["linked"] }
|
||||
|
||||
[[example]]
|
||||
|
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
image = "0.24"
|
||||
raw-window-handle = "0.5"
|
||||
winit = "0.27.1"
|
||||
winit = "0.28.0"
|
||||
# The examples require the validation layers, which means the SDK or
|
||||
# equivalent development packages should be present, so we can link
|
||||
# directly and benefit from the infallible `Entry` constructor.
|
||||
|
|
Loading…
Reference in a new issue