xcb-wm/Cargo.toml

19 lines
464 B
TOML
Raw Normal View History

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