initial commit

This commit is contained in:
2026-08-07 21:34:05 +02:00
commit d668b02ac1
7 changed files with 5243 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "trekstor"
version = "0.1.0"
edition = "2024"
[dependencies]
evdev = "0.13.2"
slint = { version = "1.17.1", default-features = false, features = ["compat-1-2", "unsafe-single-threaded", "libm", "renderer-software"] }