mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
Update to wasm-bindgen 0.2.87 (#3237)
* Update to wasm-bindgen 0.2.87 Required by the new `wgpu` version * Catch unknown arguments to build_demo_web.sh
This commit is contained in:
@@ -65,6 +65,6 @@ env_logger = "0.10"
|
||||
|
||||
# web:
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
wasm-bindgen = "=0.2.86"
|
||||
wasm-bindgen = "=0.2.87"
|
||||
wasm-bindgen-futures = "0.4"
|
||||
web-sys = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user