diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"] |