From 1b16b5d4a804a4f2cdd88527d672792416f2cacd Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Wed, 4 May 2022 22:31:58 +0200 Subject: [PATCH] Fix build_demo_web.sh --- sh/build_demo_web.sh | 2 +- sh/wasm_bindgen_check.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/build_demo_web.sh b/sh/build_demo_web.sh index 3d5f693c88e..93a20574129 100755 --- a/sh/build_demo_web.sh +++ b/sh/build_demo_web.sh @@ -4,7 +4,7 @@ script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P ) cd "$script_path/.." CRATE_NAME="egui_demo_app" -FEATURES="http,persistence,screen_reader" +FEATURES="glow,http,persistence,screen_reader" OPEN=false FAST=false diff --git a/sh/wasm_bindgen_check.sh b/sh/wasm_bindgen_check.sh index 7b300987e59..e00858e1c63 100755 --- a/sh/wasm_bindgen_check.sh +++ b/sh/wasm_bindgen_check.sh @@ -4,7 +4,7 @@ script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P ) cd "$script_path/.." CRATE_NAME="egui_demo_app" -FEATURES="http,persistence,screen_reader,glow" +FEATURES="glow,http,persistence,screen_reader" # This is required to enable the web_sys clipboard API which eframe web uses # https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Clipboard.html