egui_vertical_stack 0.2.0

A vertical stack widget with resize handles for egui
Documentation
1
2
3
4
5
6
//! A vertical stack of panels.
//!
//! See [`VerticalStack`] for details and an example.
mod vertical_stack;

pub use vertical_stack::VerticalStack;