Port to crate xkbcommon 0.7
Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/656>
This commit is contained in:
@ -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.*"
|
||||
|
||||
Reference in New Issue
Block a user