aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGravatar BanceDev 2026-02-23 17:27:20 -0500
committerGravatar BanceDev 2026-02-23 17:27:20 -0500
commitbefa1cbd0709ff629c0a0e70b048369506bf7bb6 (patch)
tree6d19902044db59e2e491089aae67b32410dab234 /Cargo.toml
parentget keymap from server instead of building a new one (diff)
add simple cairo visual
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3be8b0c..79977b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,4 +8,5 @@ as-raw-xcb-connection = "1.0.1"
pam = "0.8.0"
xcb = { version = "1.7.0", features = ["xkb"] }
xkbcommon = { version = "0.9.0", features = ["x11"] }
+cairo-sys-rs = "0.20"
cairo-rs = { version = "0.20", features = ["xcb"] }