update: dependencies

This commit is contained in:
Ashley Wulber 2022-09-13 12:38:30 -04:00
parent c7e80afb45
commit 22ba26fed8
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
2 changed files with 29 additions and 81 deletions

View file

@ -16,7 +16,9 @@ members = [
[patch.crates-io]
wayland-protocols = { git = "https://github.com/smithay/wayland-rs", version = "0.30.0-beta.9"}
wayland-protocols-wlr = { git = "https://github.com/smithay/wayland-rs", version = "0.1.0-beta.9"}
wayland-sys = { git = "https://github.com/smithay/wayland-rs", version = "0.30.0-beta.9"}
wayland-backend = { git = "https://github.com/smithay/wayland-rs", version = "0.1.0-beta.9"}
wayland-scanner = { git = "https://github.com/smithay/wayland-rs", version = "0.30.0-beta.9"}
wayland-client = { git = "https://github.com/smithay/wayland-rs", version = "0.30.0-beta.9"}
xkbcommon = { git = "https://github.com/rust-x-bindings/xkbcommon-rs" }