1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

Share font atlas

This commit is contained in:
Emil Ernerfeldt
2019-01-13 00:19:53 +01:00
parent 2fc191eed4
commit 1b8a45a514
7 changed files with 31 additions and 35 deletions

View File

@@ -23,5 +23,6 @@ pub use crate::{
layout::Region,
painter::{Frame, Painter, Vertex},
style::Style,
texture_atlas::TextureAtlas,
types::RawInput,
};