popcorn/build.rs
Candifloss 971ecf4200 Design base UI in Slint
- Almost everything passed as properties
- Background, fill, value, icon
- Depends on configured fonts
2025-12-09 21:45:25 +05:30

3 lines
70 B
Rust

fn main() {
slint_build::compile("ui/osd-popup.slint").unwrap();
}