bscreensaver/xcb-xembed/Cargo.toml
Brian J. Tarricone 2e86445c3d Initial import. Most things seem working.
This includes an abortive attempt to do a gtk4 dialog (which I don't
think is possible, as gtk4 doesn't allow embedding toplevels anymore),
and an iced dialog, which I just never started writing.
2022-05-03 17:05:06 -07:00

19 lines
552 B
TOML

[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]
bitflags = "1"
log = "0.4"
xcb = { git = "https://github.com/rust-x-bindings/rust-xcb", rev = "d09b5f91bc07d56673f1bc0d6c7ecd72b5ff7b3e", features = ["randr", "screensaver", "xfixes"] }