1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Refactor: create Texture struct

This commit is contained in:
Emil Ernerfeldt
2019-01-16 17:09:12 -06:00
parent 7f83876005
commit 616245c323
7 changed files with 102 additions and 87 deletions

View File

@@ -23,5 +23,6 @@ pub use crate::{
layout::{Align, LayoutOptions, Region},
mesher::{Frame, Vertex},
style::Style,
texture_atlas::Texture,
types::RawInput,
};