2022-05-04 00:05:06 +00:00
|
|
|
[package]
|
|
|
|
name = "xcb-xembed"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = [
|
|
|
|
"Brian Tarricone <brian@tarricone.org>",
|
|
|
|
]
|
|
|
|
edition = "2021"
|
|
|
|
description = "XCB-based implementation of the X11 XEMBED protocol"
|
|
|
|
license = "LGPL-3.0"
|
|
|
|
repository = "https://github.com/kelnos/xcb-xembed"
|
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["gui", "x11", "xcb", "xembed"]
|
|
|
|
categories = ["gui"]
|
|
|
|
|
|
|
|
[dependencies]
|
2024-08-02 18:21:48 +00:00
|
|
|
bitflags = "2"
|
2022-05-04 00:05:06 +00:00
|
|
|
log = "0.4"
|
2022-05-18 02:44:38 +00:00
|
|
|
xcb = { version = "1", features = ["xfixes"] }
|