xcb-studies/xcb_read_rs/Cargo.toml

11 lines
252 B
TOML

[package]
name = "xcb_read_rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2.102"
xcb = { version = "1.0.0-beta", features = ["randr"] }