toddy 0.3.1

Native GUI renderer driven by a wire protocol over stdin/stdout
Documentation
1
2
3
fn main() -> iced::Result {
    toddy::run(toddy_core::app::ToddyAppBuilder::new())
}