Initial commit

This commit is contained in:
2026-06-26 15:35:13 +02:00
commit b56dd2a34e
23 changed files with 2407 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[package]
name = "surface-dial-renewed"
version = "0.1.0"
edition = "2021"
[dependencies]
evdev-rs = { git = "https://github.com/ndesh26/evdev-rs.git", rev = "8e995b8bf" }
hidapi = { version = "1.2.3", default-features = false, features = ["linux-shared-hidraw"] }
notify-rust = "=4.0.0"
udev = "0.5"
[profile.release.package.evdev-rs]
opt-level = 0