mirror of
https://github.com/emilk/egui.git
synced 2026-07-14 02:28:54 +00:00
1e4d8ae943
Since https://github.com/emilk/egui/pull/1149 we only update the region of the font atlas that has changes, so loading new glyphs is much cheaper. This means warm-up is much less needed. There is now a small delay when opening the font book, but not when opening anything else.