carbide_core 0.70.1

An easy-to-use, 100% Rust, extensible 2D GUI library.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod basic_layouter;
pub mod layout;
pub mod layouter;

pub use self::layout::Layout;

#[derive(Debug, Clone)]
pub enum CrossAxisAlignment {
    Start, Center, End
}