Fix build of egui.rs (#5528)

This commit is contained in:
Emil Ernerfeldt 2024-12-28 21:52:37 +01:00 committed by GitHub
parent f37a8f91ca
commit 820d42802a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ set -x
rustup target add wasm32-unknown-unknown
# For generating JS bindings:
cargo install --quiet wasm-bindgen-cli --version 0.2.95
cargo install --force --quiet wasm-bindgen-cli --version 0.2.95