Merge branch 'zbus' into 'master'

cargo: Add zbus to newer Debian

See merge request World/Phosh/squeekboard!546
This commit is contained in:
Sebastian Krzyszkowiak
2022-04-15 22:36:05 +00:00
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,10 @@
# For the newer-than-Byzantium config # For the newer-than-Byzantium config
bitflags = "1.3.*" bitflags = "1.3.*"
clap = { version = "3.1.*", features=["std"], default-features = false } clap = { version = "3.1.*", features=["std"], default-features = false }
zbus = "1.9.*"
zvariant = "2.10.*"
# Newer versions seem to confuse the version of Cargo on Debian Bullseye
zvariant_derive = "2.10.*"
[dependencies.cairo-rs] [dependencies.cairo-rs]
version = "0.14.*" version = "0.14.*"

View File

@ -23,6 +23,7 @@ Build-Depends:
librust-serde-derive-1-dev (>= 1.0), librust-serde-derive-1-dev (>= 1.0),
librust-serde-yaml-0.8-dev (>= 0.8), librust-serde-yaml-0.8-dev (>= 0.8),
librust-xkbcommon-0.4+wayland-dev (>= 0.4), librust-xkbcommon-0.4+wayland-dev (>= 0.4),
librust-zbus-dev (>= 1.9),
libwayland-dev (>= 1.16), libwayland-dev (>= 1.16),
lsb-release, lsb-release,
python3, python3,