1
0
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:
Emil Ernerfeldt
2020-04-17 15:29:48 +02:00
parent 1d3836ba80
commit de76cb6190
6 changed files with 504 additions and 521 deletions

View File

@@ -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},
*,
};
// ----------------------------------------------------------------------------