mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Enable features for wasm
This commit is contained in:
parent
6c23e65de7
commit
f7cc115e1f
@ -12,7 +12,7 @@ web-webgl = ["wgpu/webgl"]
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
console_error_panic_hook = "0.1"
|
||||
winit = { version = "0.25", features = ["web-sys"] }
|
||||
web-sys = "0.3"
|
||||
web-sys = { version = "0.3", features = ["Worker", "MessageEvent"]}
|
||||
js-sys = "0.3"
|
||||
wasm-bindgen = "0.2"
|
||||
wasm-bindgen-futures = "0.4"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user