mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-26 13:24:08 +00:00
6 lines
127 B
Rust
6 lines
127 B
Rust
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
fn main() {
|
|
home_automation_lib::main();
|
|
}
|