Update dependencies
This commit is contained in:
@ -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" }
|
||||
|
Reference in New Issue
Block a user