From 29011c1a548b481fca8ddc9a5c044ae020d02917 Mon Sep 17 00:00:00 2001 From: BanceDev Date: Mon, 23 Feb 2026 17:10:45 -0500 Subject: get keymap from server instead of building a new one --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3-59-g8ed1b