1[package]
2name = "as-raw-xcb-connection"
3version = "1.0.1"
4edition = "2021"
5description = "Trait to facilitate interoperatibility with libxcb C API"
6repository = "https://github.com/psychon/as-raw-xcb-connection"
7license = "MIT OR Apache-2.0"
8keywords = ["xcb", "X11"]
9
10# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
12[dependencies]
13
14[features]
15default = ["alloc"]
16alloc = []
17