2022-05-04 00:05:06 +00:00
|
|
|
[workspace]
|
|
|
|
members = [
|
|
|
|
"async-xcb",
|
|
|
|
"command",
|
|
|
|
"locker",
|
|
|
|
"dbus-service",
|
|
|
|
"dialog-gtk3",
|
|
|
|
"util",
|
2022-05-05 08:14:53 +00:00
|
|
|
"settings",
|
2022-05-04 00:05:06 +00:00
|
|
|
"systemd",
|
|
|
|
"xcb-xembed",
|
|
|
|
]
|
2022-05-18 02:44:38 +00:00
|
|
|
|
|
|
|
[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" }
|