Eerste opzet

This commit is contained in:
2026-06-13 12:49:32 +02:00
commit 34ec4ceba8
7 changed files with 6463 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "slint-demo"
version = "0.1.0"
edition = "2024"
[dependencies]
slint = { version = "1", features = ["backend-linuxkms", "compat-1-2"] }
[build-dependencies]
slint-build = "1"