1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -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

@@ -7,4 +7,4 @@ cd "$script_path/.."
rustup target add wasm32-unknown-unknown
# For generating JS bindings:
cargo install wasm-bindgen-cli --version 0.2.88
cargo install wasm-bindgen-cli --version 0.2.89