1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Refactor: Merge LayoutOptions and Style

This commit is contained in:
Emil Ernerfeldt
2019-03-11 15:39:54 +01:00
parent 7cbf8e45bc
commit 87288634e9
5 changed files with 92 additions and 140 deletions

View File

@@ -20,7 +20,7 @@ pub mod widgets;
pub use crate::{
emigui::Emigui,
fonts::{FontSizes, Fonts, TextStyle},
layout::{Align, LayoutOptions, Region},
layout::{Align, Region},
mesher::{Mesh, Vertex},
style::Style,
texture_atlas::Texture,