dbus: Add methods to show or hide

This commit is contained in:
Ian Douglas Scott 2025-09-22 11:49:06 -07:00 committed by Ian Douglas Scott
parent c9a69bdfdb
commit b8780b9911
4 changed files with 66 additions and 4 deletions

15
Cargo.lock generated
View file

@ -1263,6 +1263,7 @@ dependencies = [
"rust-embed",
"rustix 1.1.2",
"tokio",
"tokio-stream",
"wayland-protocols",
"zbus 5.11.0",
]
@ -5492,6 +5493,20 @@ dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
"tokio-util",
]
[[package]]
name = "tokio-util"
version = "0.7.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]