Update dependencies

This commit is contained in:
2023-09-25 11:34:26 -07:00
parent 9bbf6db11c
commit 3c48ab1c7f
9 changed files with 835 additions and 598 deletions

View File

@ -10,11 +10,3 @@ members = [
"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" }