2022-05-08 14:18:29 +00:00
|
|
|
[package]
|
2022-05-17 20:27:01 +00:00
|
|
|
name = "xcb-wm"
|
2022-05-08 14:18:29 +00:00
|
|
|
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-21 18:27:44 +00:00
|
|
|
keywords = ["icccm", "ewmh", "xcb", "window", "x11"]
|
2022-05-08 14:18:29 +00:00
|
|
|
license = "MIT"
|
|
|
|
edition = "2018"
|
2022-05-17 20:27:01 +00:00
|
|
|
repository = "https://git.friedl.net/incubator/xcb-wm"
|
|
|
|
homepage = "https://git.friedl.net/incubator/xcb-wm"
|
2022-05-08 14:18:29 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
xcb = "1"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
icccm = []
|
|
|
|
ewmh = []
|