mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 07:10:04 -04:00
partial commit
Merged the sides. Merged the panel options. Started panel shows
This commit is contained in:
1289
crates/egui/src/containers/any_panel.rs
Normal file
1289
crates/egui/src/containers/any_panel.rs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -14,6 +14,7 @@ mod scene;
|
|||||||
pub mod scroll_area;
|
pub mod scroll_area;
|
||||||
mod sides;
|
mod sides;
|
||||||
pub(crate) mod window;
|
pub(crate) mod window;
|
||||||
|
mod any_panel;
|
||||||
|
|
||||||
pub use {
|
pub use {
|
||||||
area::{Area, AreaState},
|
area::{Area, AreaState},
|
||||||
|
|||||||
Reference in New Issue
Block a user