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