Skip to content

Commit 35238e2

Browse files
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.0) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 77ed72b commit 35238e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_winit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ bevy_tasks = { path = "../bevy_tasks", version = "0.14.0-dev" }
3232

3333
# other
3434
# feature rwh_06 refers to window_raw_handle@v0.6
35-
winit = { version = "0.29", default-features = false, features = ["rwh_06"] }
35+
winit = { version = "0.30", default-features = false, features = ["rwh_06"] }
3636
accesskit_winit = { version = "0.17", default-features = false, features = [
3737
"rwh_06",
3838
] }

0 commit comments

Comments
 (0)