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