mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Move Memory and Region to own files
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
#![allow(clippy::new_without_default_derive)]
|
||||
|
||||
use crate::{
|
||||
color::{self, Color},
|
||||
fonts::TextStyle,
|
||||
layout::{make_id, Align, Direction, GuiResponse, Id, Region},
|
||||
math::{remap_clamp, vec2, Rect, Vec2},
|
||||
types::{Outline, PaintCmd},
|
||||
layout::{make_id, Direction, GuiResponse},
|
||||
*,
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user