mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Move Memory and Region to own files
This commit is contained in:
@@ -14,7 +14,9 @@ mod fonts;
|
||||
mod layers;
|
||||
mod layout;
|
||||
pub mod math;
|
||||
mod memory;
|
||||
pub mod mesher;
|
||||
mod region;
|
||||
mod style;
|
||||
mod texture_atlas;
|
||||
mod types;
|
||||
@@ -26,9 +28,11 @@ pub use {
|
||||
color::Color,
|
||||
fonts::{FontDefinitions, Fonts, TextStyle},
|
||||
layers::*,
|
||||
layout::{Align, Id, Region},
|
||||
layout::{Align, Id},
|
||||
math::*,
|
||||
memory::Memory,
|
||||
mesher::{Mesh, Vertex},
|
||||
region::Region,
|
||||
style::Style,
|
||||
texture_atlas::Texture,
|
||||
types::*,
|
||||
|
||||
Reference in New Issue
Block a user