Skip to content

Commit

Permalink
Fix build_demo_web.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed May 4, 2022
1 parent 65a999b commit 1b16b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sh/build_demo_web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sh/wasm_bindgen_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b16b5d

Please sign in to comment.