1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Use pinned version of wasm-bindgen-cli (#1855)

* Use pinned version of wasm-bindgen-cli

* Update wasm-bindgen to 0.2.82

* Call setup_web.sh from scripts that depends on it
This commit is contained in:
Emil Ernerfeldt
2022-07-25 23:02:10 +02:00
committed by GitHub
parent 36cdae98df
commit a7012cf8a6
5 changed files with 18 additions and 15 deletions

View File

@@ -3,6 +3,8 @@ set -eu
script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
cd "$script_path/.."
./sh/setup_web.sh
CRATE_NAME="egui_demo_app"
FEATURES="glow,http,persistence,screen_reader"