slint_borderless_windows 0.1.0

Borderless window with a custom titlebar for Slint applications on Windows, with native DWM shadows, rounded corners, and resize hit-testing.
1
2
3
4
5
6
fn main() {
    let path = "titlebar.slint";
    println!("cargo:rerun-if-changed={}", path);

    slint_build::compile(path).unwrap();
}