Skip to content

Commit 883b37e

Browse files
committed
Bump raw-window-handle version to 0.5
1 parent 4ad5b92 commit 883b37e

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"
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.27", default-features = false }
2626
approx = { version = "0.5", default-features = false }
27-
raw-window-handle = "0.4.2"
27+
raw-window-handle = "0.5"
2828

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

0 commit comments

Comments
 (0)