mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
Update wasm-bindgen to 0.2.108, and ehttp to 0.7.1 (#7996)
This commit is contained in:
@@ -10,6 +10,6 @@ rustup target add wasm32-unknown-unknown
|
||||
|
||||
# For generating JS bindings:
|
||||
# Keep wasm-bindgen version in sync in: setup_web.sh, Cargo.toml, Cargo.lock, rust.yml
|
||||
if ! cargo install --list | grep -q 'wasm-bindgen-cli v0.2.100'; then
|
||||
cargo install --force --quiet wasm-bindgen-cli --version 0.2.100
|
||||
if ! cargo install --list | grep -q 'wasm-bindgen-cli v0.2.108'; then
|
||||
cargo install --force --quiet wasm-bindgen-cli --version 0.2.108 --locked
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user