bscreensaver/Cargo.toml

21 lines
649 B
TOML
Raw Normal View History

[workspace]
members = [
"async-xcb",
"command",
"locker",
"dbus-service",
"dialog-gtk3",
"util",
2022-05-05 08:14:53 +00:00
"settings",
"systemd",
"xcb-xembed",
]
[patch.crates-io]
# git source needed until extension event error resolution fix is released
xcb = { git = "https://github.com/rust-x-bindings/rust-xcb", rev = "d09b5f91bc07d56673f1bc0d6c7ecd72b5ff7b3e" }
# xkb package depends on xcb 0.9
xkb = { git = "https://github.com/kelnos/rust-xkb", branch = "xcb-1.x" }
# Build error in v0.7.5 when x11 feature enabled
ffi = { package = "xkbcommon-sys", git = "https://github.com/kelnos/rust-xkbcommon-sys", branch = "release-0.7.x" }