1 | [package] |
---|---|
2 | name = "as-raw-xcb-connection" |
3 | version = "1.0.1" |
4 | edition = "2021" |
5 | description = "Trait to facilitate interoperatibility with libxcb C API" |
6 | repository = "https://github.com/psychon/as-raw-xcb-connection" |
7 | license = "MIT OR Apache-2.0" |
8 | keywords = ["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] |
15 | default = ["alloc"] |
16 | alloc = [] |
17 |