[package] name = "xcb-wm" version = "0.3.0" authors = [ "Armin Friedl " ] 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://github.com/arminfriedl/xcb-wm" homepage = "https://github.com/arminfriedl/xcb-wm" [dependencies] xcb = "1" paste = "1" bitflags = "1.3.2" [features] icccm = [] ewmh = []