mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Rename Floating to Area
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
pub mod area;
|
||||
pub mod collapsing_header;
|
||||
pub mod floating;
|
||||
pub mod frame;
|
||||
pub mod resize;
|
||||
pub mod scroll_area;
|
||||
pub mod window;
|
||||
|
||||
pub use {
|
||||
collapsing_header::CollapsingHeader, floating::Floating, frame::Frame, resize::Resize,
|
||||
area::Area, collapsing_header::CollapsingHeader, frame::Frame, resize::Resize,
|
||||
scroll_area::ScrollArea, window::Window,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user