kwui-cli 0.2.2

Command line tool for kwui - A GUI library with JSX/CSS support
Documentation
1
2
3
4
5
6
7
8
9
10
#![cfg_attr(
    all(target_os = "windows", not(test), not(debug_assertions)),
    windows_subsystem = "windows"
)]

use @ANDROID_PACKAGE_NAME@;

fn main() {
    @ANDROID_PACKAGE_NAME@::main_entry();
}