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

partial commit

Merged the sides.
Merged the panel options.

Started panel shows
This commit is contained in:
Bruno Paré-Simard
2025-01-29 22:39:13 -05:00
parent 525d435a84
commit 46d88fec45
2 changed files with 1290 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -14,6 +14,7 @@ mod scene;
pub mod scroll_area;
mod sides;
pub(crate) mod window;
mod any_panel;
pub use {
area::{Area, AreaState},