Port to crate xkbcommon 0.7

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/656>
This commit is contained in:
marcin
2024-05-19 09:03:49 +02:00
committed by Marge Bot
parent a267f6c742
commit 34564edf32
4 changed files with 11 additions and 11 deletions

View File

@ -30,11 +30,11 @@ maplit = "1.0.*"
serde = { version = "1.0.*", features = ["derive"] }
serde_yaml = "0.9.*"
bitflags = "1.3.*"
clap = { version = "4.4.*", features=["std"], default-features = false }
clap = { version = ">=4.4", features=["std"], default-features = false }
zbus = "1.9.*"
zvariant = "2.10.*"
zvariant_derive = "2.10.*"
xkbcommon = { version = "0.5.*", features = ["wayland"] }
xkbcommon = { version = "0.7.*", features = ["wayland"] }
[dependencies.cairo-rs]
version = "0.18.*"