mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -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<...>>`.