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

Update wgpu to 26 and wasm-bindgen to 0.2.100 (#7540)

Co-authored-by: TÖRÖK Attila <torokati44@gmail.com>
Co-authored-by: Andreas Reich <r_andreas2@web.de>
This commit is contained in:
Kumpelinus
2025-09-21 20:42:00 +02:00
committed by GitHub
parent 6ac155c5cd
commit c97c065a57
11 changed files with 117 additions and 114 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.97'; then
cargo install --force --quiet wasm-bindgen-cli --version 0.2.97
if ! cargo install --list | grep -q 'wasm-bindgen-cli v0.2.100'; then
cargo install --force --quiet wasm-bindgen-cli --version 0.2.100
fi