egui_dock 0.19.0

Docking system for egui - an immediate-mode GUI library for Rust
Documentation
1
2
3
4
5
6
7
8
/// Container for dockable tabs.
pub mod dock_area;

/// Trait for tab-viewing types.
pub mod tab_viewer;

pub use dock_area::{AllowedSplits, DockArea};
pub use tab_viewer::TabViewer;