diff --git a/ash-examples/Cargo.toml b/ash-examples/Cargo.toml index 521093a09..906cd95df 100644 --- a/ash-examples/Cargo.toml +++ b/ash-examples/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] image = { version = "0.25", default-features = false, features = ["png"] } -winit = { version = "0.29", features = ["rwh_06"] } +winit = { version = "0.30", features = ["rwh_06"] } # 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. diff --git a/ash-window/Cargo.toml b/ash-window/Cargo.toml index fc04e14a1..30c0b1aba 100644 --- a/ash-window/Cargo.toml +++ b/ash-window/Cargo.toml @@ -26,7 +26,7 @@ raw-window-handle = "0.6" raw-window-metal = "0.4" [dev-dependencies] -winit = { version = "0.29", features = ["rwh_06"] } +winit = { version = "0.30", features = ["rwh_06"] } ash = { path = "../ash", version = "0.38", default-features = false, features = ["linked"] } [[example]]