mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Add support for alignment (min, center, max) in horizontal and vertical layouts
This commit is contained in:
@@ -20,8 +20,7 @@ pub mod widgets;
|
||||
pub use crate::{
|
||||
emigui::Emigui,
|
||||
fonts::TextStyle,
|
||||
layout::LayoutOptions,
|
||||
layout::Region,
|
||||
layout::{Align, LayoutOptions, Region},
|
||||
painter::{Frame, Painter, Vertex},
|
||||
style::Style,
|
||||
types::RawInput,
|
||||
|
||||
Reference in New Issue
Block a user