Skip to content

Commit d0fb17b

Browse files
Update winit requirement from 0.26.0 to 0.27.3
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/v0.27.3/CHANGELOG.md) - [Commits](rust-windowing/winit@v0.26.0...v0.27.3) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 404b4fc commit d0fb17b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/bevy_winit/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ bevy_window = { path = "../bevy_window", version = "0.9.0-dev" }
2222
bevy_utils = { path = "../bevy_utils", version = "0.9.0-dev" }
2323

2424
# other
25-
winit = { version = "0.26.0", default-features = false }
25+
winit = { version = "0.27.3", default-features = false }
2626
approx = { version = "0.5.0", default-features = false }
2727
raw-window-handle = "0.4.2"
2828

2929
[target.'cfg(target_arch = "wasm32")'.dependencies]
30-
winit = { version = "0.26.0", default-features = false }
30+
winit = { version = "0.27.3", default-features = false }
3131
wasm-bindgen = { version = "0.2" }
3232
web-sys = "0.3"
3333
crossbeam-channel = "0.5"

0 commit comments

Comments
 (0)