mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 14:50:04 -04:00
On Web, fix no-op for Window::set_fullscreen
This commit is contained in:
@@ -156,8 +156,10 @@ features = [
|
||||
'WheelEvent'
|
||||
]
|
||||
|
||||
[target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen]
|
||||
version = "0.2.45"
|
||||
[target.'cfg(target_family = "wasm")'.dependencies]
|
||||
js-sys = "0.3"
|
||||
wasm-bindgen = "0.2.45"
|
||||
wasm-bindgen-futures = "0.4"
|
||||
|
||||
[target.'cfg(target_family = "wasm")'.dev-dependencies]
|
||||
console_log = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user