Skip to content

Commit

Permalink
Try #2186:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored May 17, 2021
2 parents 85b1729 + 7415f1c commit 2d8ddd0
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 2d8ddd0

Please sign in to comment.