mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
Add new home-automation demo (#6654)
This commit is contained in:
parent
04edafe121
commit
e0557536a6
104 changed files with 4117 additions and 0 deletions
6
demos/home-automation/rust/main.rs
Normal file
6
demos/home-automation/rust/main.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
fn main() {
|
||||
home_automation_lib::main();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue