examples: Upgrade winit to 0.28 (#703)

This commit is contained in:
Marijn Suijten 2023-02-21 20:27:23 +01:00 committed by GitHub
parent ee86c65757
commit 8c63c9e08b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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