1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

cargo upgrade (#7598)

This commit is contained in:
Emil Ernerfeldt
2025-10-07 15:30:00 +02:00
committed by GitHub
parent 843ceea90c
commit ac4e04d0b8
5 changed files with 186 additions and 152 deletions

View File

@@ -9,6 +9,6 @@ set -x
rustup target add wasm32-unknown-unknown
# For generating JS bindings:
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.104'; then
cargo install --force --quiet wasm-bindgen-cli --version 0.2.104
fi