chocobar-x11/build.rs
Candifloss d587a9866b Minimal bar
- Is not of the type "dock" yet
2025-11-18 12:16:18 +05:30

4 lines
68 B
Rust

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