1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

Update to wasm-bindgen 0.2.89 (#3644)

0.2.88 was recently yanked
This commit is contained in:
Emil Ernerfeldt
2023-11-27 18:33:07 +01:00
committed by GitHub
parent e6815ae1ea
commit 8494cf854c
3 changed files with 12 additions and 12 deletions

View File

@@ -77,6 +77,6 @@ rfd = { version = "0.11", optional = true }
# web:
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "=0.2.88"
wasm-bindgen = "=0.2.89"
wasm-bindgen-futures = "0.4"
web-sys = "0.3"