tuigui 0.23.0

An easy-to-use, highly extensible, and speedy TUI library.
Documentation
1
2
3
4
5
6
7
8
macro_rules! include {
    ($module: ident) => {
        mod $module;
        pub use $module::*;
    };
}

include!(shader_dyn);