better
This commit is contained in:
parent
b2a57bcf1d
commit
78e3ec164e
1 changed files with 9 additions and 9 deletions
18
Cargo.toml
18
Cargo.toml
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue