mirror of
https://github.com/emilk/egui.git
synced 2026-07-14 10:38:54 +00:00
837fc7fef7
By making `Font` a view type and indexing by font ID, we can avoid wrapping `FontImpl` and `TextureAtlas` in an `Arc<Mutex<...>>`.