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:
@@ -1,9 +1,6 @@
|
||||
#![allow(clippy::new_without_default)]
|
||||
|
||||
use crate::{
|
||||
layout::{Direction, GuiResponse},
|
||||
*,
|
||||
};
|
||||
use crate::{layout::Direction, GuiResponse, *};
|
||||
|
||||
mod slider;
|
||||
mod text_edit;
|
||||
|
||||
Reference in New Issue
Block a user