xcb-wm/Cargo.toml

20 lines
458 B
TOML
Raw Normal View History

[package]
name = "xcb-wm"
version = "0.2.0"
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 = []