Fix name clash
This commit is contained in:
parent
0265b3d43a
commit
4a36b2c1c1
1 changed files with 1 additions and 1 deletions
|
@ -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::*,
|
||||
|
|
Loading…
Reference in a new issue