Skip to content

Commit b1e7a14

Browse files
build(deps): update winit requirement from 0.29 to 0.30
Updates the requirements on [winit](https://github.com/rust-windowing/winit) to permit the latest version. - [Release notes](https://github.com/rust-windowing/winit/releases) - [Changelog](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md) - [Commits](rust-windowing/winit@v0.29.1-beta...v0.30.12) --- updated-dependencies: - dependency-name: winit dependency-version: 0.30.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b6a9b53 commit b1e7a14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ash-examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77

88
[dependencies]
99
image = { version = "0.25", default-features = false, features = ["png"] }
10-
winit = { version = "0.29", features = ["rwh_06"] }
10+
winit = { version = "0.30", features = ["rwh_06"] }
1111
# The examples require the validation layers, which means the SDK or
1212
# equivalent development packages should be present, so we can link
1313
# directly and benefit from the infallible `Entry` constructor.

ash-window/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ raw-window-handle = "0.6"
2626
raw-window-metal = "0.4"
2727

2828
[dev-dependencies]
29-
winit = { version = "0.29", features = ["rwh_06"] }
29+
winit = { version = "0.30", features = ["rwh_06"] }
3030
ash = { path = "../ash", version = "0.38", default-features = false, features = ["linked"] }
3131

3232
[[example]]

0 commit comments

Comments
 (0)