Skip to content

Commit

Permalink
Removed web-sys from bevy_window, never used (#6414)
Browse files Browse the repository at this point in the history
# Objective

Noticed bevy_window doesn't ever use web-sys.
That logic resides to bevy_winit and winit.

## Solution

Remove web-sys dependency
  • Loading branch information
slyedoc committed Oct 30, 2022
1 parent cca0ca5 commit aa8c745
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/bevy_window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,3 @@ raw-window-handle = "0.5"

# other
serde = { version = "1.0", features = ["derive"], optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
web-sys = "0.3"

0 comments on commit aa8c745

Please sign in to comment.