xm 0.1.0

XM (Xross-Compile Manager) is a cross-platform compilation management tool that supports cross-compilation for Go and Rust programming languages. Users can easily select the target compilation environment and architecture, and set compiler paths to simplify the cross-compilation process.
1
2
3
fn main() {
    slint_build::compile("ui/appwindow.slint").unwrap();
}