- Time widget module - Configure layout and callback - Dummy: Not real time yet
8 lines
189 B
Rust
8 lines
189 B
Rust
fn main() {
|
|
slint_build::compile_with_config(
|
|
"ui/topbar.slint",
|
|
slint_build::CompilerConfiguration::new().with_style("fluent-dark".to_string()),
|
|
)
|
|
.unwrap();
|
|
}
|