aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"] }