xcb-wm/Cargo.toml

21 lines
473 B
TOML
Raw Permalink Normal View History

[package]
name = "xcb-wm"
2022-06-03 09:51:34 +00:00
version = "0.3.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"
2022-06-03 09:51:34 +00:00
repository = "https://github.com/arminfriedl/xcb-wm"
homepage = "https://github.com/arminfriedl/xcb-wm"
[dependencies]
xcb = "1"
paste = "1"
2022-06-03 04:59:43 +00:00
bitflags = "1.3.2"
[features]
icccm = []
ewmh = []