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 mod widgets;
|
||||||
|
|
||||||
pub use {
|
pub use {
|
||||||
|
crate::emigui::Emigui,
|
||||||
color::Color,
|
color::Color,
|
||||||
emigui::Emigui,
|
|
||||||
fonts::{FontDefinitions, Fonts, TextStyle},
|
fonts::{FontDefinitions, Fonts, TextStyle},
|
||||||
layout::{Align, Region},
|
layout::{Align, Region},
|
||||||
math::*,
|
math::*,
|
||||||
|
|
Loading…
Reference in a new issue