summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-07-15 19:25:03 +0100
committertcmal <me@aria.rip>2024-08-06 14:23:02 +0100
commita441d50fe89b340f21c9a75313442286b952a329 (patch)
tree1b979e16eb0f8656e458f55079c485c4a693a489 /Cargo.toml
parent509b365bce10ba70a4fe4e637195540759936f23 (diff)
cleanup
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0bfdea5..3f9c9fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,6 @@ edition = "2021"
nix = { version = "0.29.0", features = ["signal"] }
xcb = { version = "1.4.0", features = ["xinerama"] }
xkeysym = "0.2.0"
+
+[features]
+debug = ["xcb/debug_atom_names"]