osui 0.0.5

A rsx TUI library
1
2
3
4
fn main() {
    cc::Build::new()
        .file("src/app.c").compile("app");
}