1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

Code cleanup and improved docs

This commit is contained in:
Emil Ernerfeldt
2022-07-30 18:39:38 +02:00
parent 5fb4efa768
commit 2500a60062
7 changed files with 48 additions and 36 deletions

View File

@@ -6,6 +6,7 @@ cd "$script_path/.."
./sh/setup_web.sh
CRATE_NAME="egui_demo_app"
# NOTE: persistence use up about 400kB (10%) of the WASM!
FEATURES="glow,http,persistence,screen_reader"
OPEN=false

View File

@@ -58,7 +58,7 @@ cargo deny check
#
# For finding bloat:
# cargo bloat --release --bin demo_glium -n 200 | rg egui
# cargo bloat --release --bin egui_demo_app -n 200 | rg egui
# Also try https://github.com/google/bloaty
# what compiles slowly?