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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user