This commit is contained in:
2026-01-26 09:05:48 +08:00
commit f218a21377
20 changed files with 7774 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "slint-sample"
version = "0.0.1"
edition = "2024"
[dependencies]
slint = { version = "1.14" }
[build-dependencies]
slint-build = "1.14"