gitwig 2.4.8

a rust based tui, an alternative to sourcetree and gitui
1
2
3
4
5
6
7
8
9
10
//! UI drawing root declaring themes and layouts.

pub mod draw;
pub mod layout;
pub mod scrollbar;
pub mod style;
pub mod syntax;
pub mod ui_detail;

pub use draw::*;