1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -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

@@ -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?