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

Break out texture atlas into own struct

This commit is contained in:
Emil Ernerfeldt
2019-01-13 00:10:53 +01:00
parent e607097da0
commit 2fc191eed4
3 changed files with 98 additions and 65 deletions

View File

@@ -12,6 +12,7 @@ mod layout;
pub mod math;
mod painter;
mod style;
mod texture_atlas;
pub mod types;
pub mod widgets;