summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 3f9c9feca5f5960fa79a562e088b723b7cf4c4fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "blow"
version = "0.1.0"
edition = "2021"

[dependencies]
nix = { version = "0.29.0", features = ["signal"] }
xcb = { version = "1.4.0", features = ["xinerama"] }
xkeysym = "0.2.0"

[features]
debug = ["xcb/debug_atom_names"]