mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 21:00:03 -04:00
Compilation fix
This commit is contained in:
@@ -18,7 +18,7 @@ mod texture_atlas;
|
||||
mod types;
|
||||
pub mod widgets;
|
||||
|
||||
pub use crate::{
|
||||
pub use {
|
||||
color::Color,
|
||||
emigui::Emigui,
|
||||
fonts::{FontDefinitions, Fonts, TextStyle},
|
||||
@@ -27,6 +27,5 @@ pub use crate::{
|
||||
mesher::{Mesh, Vertex},
|
||||
style::Style,
|
||||
texture_atlas::Texture,
|
||||
types::RawInput,
|
||||
types::*,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user