Skip to content

Commit

Permalink
Bump winit to 0.25 (#2186)
Browse files Browse the repository at this point in the history
winit v0.25 includes support for propagating mouse motion events in the HTML canvas to the winit window.
  • Loading branch information
gcoakes committed May 18, 2021
1 parent d4ffa3f commit 2fcac67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ bevy_window = { path = "../bevy_window", version = "0.5.0" }
bevy_utils = { path = "../bevy_utils", version = "0.5.0" }

# other
winit = { version = "0.24.0", default-features = false }
winit = { version = "0.25.0", default-features = false }

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

Expand Down

0 comments on commit 2fcac67

Please sign in to comment.