This commit is contained in:
jedugsem 2026-01-31 02:57:18 +01:00
parent b2a57bcf1d
commit 78e3ec164e

View file

@ -34,21 +34,21 @@ zbus = { version = "5", default-features = false, features = ["tokio"] }
[build-dependencies] [build-dependencies]
bindgen = "0.71" bindgen = "0.71"
[[bin]] #[[bin]]
name = "ufkbd-evfb" #name = "ufkbd-evfb"
path = "src/ufkbd_evfb.rs" #path = "src/ufkbd_evfb.rs"
[[bin]] #[[bin]]
name = "ufkbd-evfbo" #name = "ufkbd-evfbo"
path = "src/ufkbd_evfbo.rs" #path = "src/ufkbd_evfbo.rs"
[[bin]] [[bin]]
name = "ufkbd-gnome" name = "ufkbd-gnome"
path = "src/ufkbd_gnome.rs" path = "src/ufkbd_gnome.rs"
[[bin]] #[[bin]]
name = "ufkbd-kde" #name = "ufkbd-kde"
path = "src/ufkbd_kde.rs" #path = "src/ufkbd_kde.rs"
[[bin]] [[bin]]
name = "ufkbd-sxmo" name = "ufkbd-sxmo"