mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
By making `Font` a view type and indexing by font ID, we can avoid wrapping `FontImpl` and `TextureAtlas` in an `Arc<Mutex<...>>`.
By making `Font` a view type and indexing by font ID, we can avoid wrapping `FontImpl` and `TextureAtlas` in an `Arc<Mutex<...>>`.