Skip to content

Commit e6a0756

Browse files
Update raw-window-handle requirement from 0.4.2 to 0.5.0
Updates the requirements on [raw-window-handle](https://github.com/rust-windowing/raw-window-handle) to permit the latest version. - [Release notes](https://github.com/rust-windowing/raw-window-handle/releases) - [Changelog](https://github.com/rust-windowing/raw-window-handle/blob/master/CHANGELOG.md) - [Commits](rust-windowing/raw-window-handle@v0.4.2...v0.5.0) --- updated-dependencies: - dependency-name: raw-window-handle dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 856588e commit e6a0756

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/bevy_window/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bevy_math = { path = "../bevy_math", version = "0.8.0" }
1616
bevy_utils = { path = "../bevy_utils", version = "0.8.0" }
1717
# Used for close_on_esc
1818
bevy_input = { path = "../bevy_input", version = "0.8.0" }
19-
raw-window-handle = "0.4.2"
19+
raw-window-handle = "0.5.0"
2020

2121
# other
2222

crates/bevy_winit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.8.0" }
2424
# other
2525
winit = { version = "0.26.0", default-features = false }
2626
approx = { version = "0.5.0", default-features = false }
27-
raw-window-handle = "0.4.2"
27+
raw-window-handle = "0.5.0"
2828

2929
[target.'cfg(target_arch = "wasm32")'.dependencies]
3030
winit = { version = "0.26.0", default-features = false }

0 commit comments

Comments
 (0)