mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
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.