Skip to content

Commit 2fcac67

Browse files
committed
Bump winit to 0.25 (#2186)
winit v0.25 includes support for propagating mouse motion events in the HTML canvas to the winit window.
1 parent d4ffa3f commit 2fcac67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/bevy_winit/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ bevy_window = { path = "../bevy_window", version = "0.5.0" }
2727
bevy_utils = { path = "../bevy_utils", version = "0.5.0" }
2828

2929
# other
30-
winit = { version = "0.24.0", default-features = false }
30+
winit = { version = "0.25.0", default-features = false }
3131

3232
[target.'cfg(target_arch = "wasm32")'.dependencies]
33-
winit = { version = "0.24.0", features = ["web-sys"], default-features = false }
33+
winit = { version = "0.25.0", features = ["web-sys"], default-features = false }
3434
wasm-bindgen = { version = "0.2" }
3535
web-sys = "0.3"
3636

0 commit comments

Comments
 (0)