diff options
| author | 2026-02-23 17:10:45 -0500 | |
|---|---|---|
| committer | 2026-02-23 17:10:45 -0500 | |
| commit | 29011c1a548b481fca8ddc9a5c044ae020d02917 (patch) | |
| tree | 54a332f26ac55e38101abf5b82aa7b9ac8b18795 /Cargo.toml | |
| parent | initial commit (diff) | |
get keymap from server instead of building a new one
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4,6 +4,8 @@ version = "0.1.0" edition = "2024" [dependencies] +as-raw-xcb-connection = "1.0.1" pam = "0.8.0" -xcb = "1.7.0" -xkbcommon = "0.9.0" +xcb = { version = "1.7.0", features = ["xkb"] } +xkbcommon = { version = "0.9.0", features = ["x11"] } +cairo-rs = { version = "0.20", features = ["xcb"] } |
