quarkpad 1.1.2

A simple game launcher for Linux to manage and launch games using Proton.
1
2
3
4
5
fn main() {
    let config = slint_build::CompilerConfiguration::new()
        .with_style("cosmic".into());
    slint_build::compile_with_config("ui/app.slint", config).unwrap();
}