xcb-wm/Cargo.toml
2022-05-29 20:14:44 +02:00

19 lines
458 B
TOML

[package]
name = "xcb-wm"
version = "0.2.1"
authors = [ "Armin Friedl <dev@friedl.net>" ]
description = "Rust implementation of xcb-wm - icccm and ewmh extensions for xcb"
readme = "README.md"
keywords = ["icccm", "ewmh", "xcb", "window", "x11"]
license = "MIT"
edition = "2018"
repository = "https://git.friedl.net/incubator/xcb-wm"
homepage = "https://git.friedl.net/incubator/xcb-wm"
[dependencies]
xcb = "1"
paste = "1"
[features]
icccm = []
ewmh = []