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

Add new Resize container

This commit is contained in:
Emil Ernerfeldt
2020-04-25 14:37:39 +02:00
parent 9ba5bea143
commit 3a430c8fc7
13 changed files with 262 additions and 31 deletions

View File

@@ -20,6 +20,7 @@ pub mod math;
mod memory;
pub mod mesher;
mod region;
mod resize;
mod scroll_area;
mod style;
mod texture_atlas;
@@ -40,6 +41,7 @@ pub use {
memory::Memory,
mesher::{Mesh, PaintBatches, Vertex},
region::Region,
resize::Resize,
scroll_area::ScrollArea,
style::Style,
texture_atlas::Texture,