aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGravatar BanceDev 2026-02-23 17:10:45 -0500
committerGravatar BanceDev 2026-02-23 17:10:45 -0500
commit29011c1a548b481fca8ddc9a5c044ae020d02917 (patch)
tree54a332f26ac55e38101abf5b82aa7b9ac8b18795 /Cargo.toml
parentinitial commit (diff)
get keymap from server instead of building a new one
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5ac819c..3be8b0c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }