1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-22 15:22:50 +00:00
fcast/sdk/sender/examples/desktop/build.rs
Marcus Hanestad afc46f3022 Sender SDK
2025-08-21 14:49:52 +00:00

3 lines
66 B
Rust

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