diff --git a/crates/bevy_window/Cargo.toml b/crates/bevy_window/Cargo.toml index 314b842e98..74e29cd93d 100644 --- a/crates/bevy_window/Cargo.toml +++ b/crates/bevy_window/Cargo.toml @@ -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"