1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

refactor: move some code around to make place for new Layout

This commit is contained in:
Emil Ernerfeldt
2020-05-13 20:16:59 +02:00
parent 8e0b1c8fca
commit b8675ad67f
8 changed files with 93 additions and 73 deletions

View File

@@ -1,9 +1,6 @@
#![allow(clippy::new_without_default)]
use crate::{
layout::{Direction, GuiResponse},
*,
};
use crate::{layout::Direction, GuiResponse, *};
mod slider;
mod text_edit;