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

Change build_demo_web.sh option from --fast to --optimize

This commit is contained in:
Emil Ernerfeldt
2022-08-02 09:56:38 +02:00
parent 2500a60062
commit 5d8ef5326b
3 changed files with 19 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ Run it locally with `cargo run --release -p egui_demo_app`.
```sh
./sh/start_server.sh &
./sh/build_demo_web.sh --fast --open
./sh/build_demo_web.sh --open
```
`egui_demo_app` uses [`egui_demo_lib`](https://github.com/emilk/egui/tree/master/egui_demo_lib).