mirror of
https://github.com/emilk/egui.git
synced 2026-07-13 01:58:53 +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<...>>`.