OpenWeatherWidget/widget/build.rs.bkp
Candifloss 90aca71e57 Start converting slint to iced
- Port the `slint` code to `iced`
- Display basic window and text
2025-11-06 23:37:55 +05:30

4 lines
74 B
Plaintext

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