feat: initial version

This commit is contained in:
2026-05-07 00:30:14 +05:00
parent 0ef72d3587
commit 6f45ebaadc
11 changed files with 6847 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: MIT
fn main() {
slint_build::compile("ui/todo.slint").unwrap();
}