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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user