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

Fix name clash

This commit is contained in:
Emil Ernerfeldt
2020-04-15 11:45:45 +02:00
parent 0265b3d43a
commit 4a36b2c1c1

View File

@@ -20,8 +20,8 @@ mod types;
pub mod widgets;
pub use {
crate::emigui::Emigui,
color::Color,
emigui::Emigui,
fonts::{FontDefinitions, Fonts, TextStyle},
layout::{Align, Region},
math::*,