dbus: Use FutureSource instead of a channel

This commit is contained in:
Ian Douglas Scott 2026-02-13 12:48:48 -08:00 committed by Victoria Brekenfeld
parent 2f7c34f29a
commit 3c834e9c85
4 changed files with 15 additions and 31 deletions

View file

@ -12,7 +12,7 @@ members = ["cosmic-comp-config"]
[dependencies]
anyhow = { version = "1.0.102", features = ["backtrace"] }
bitflags = "2.11.0"
calloop = { version = "0.14.4", features = ["executor"] }
calloop = { version = "0.14.4", features = ["executor", "stream"] }
cosmic-comp-config = { path = "cosmic-comp-config", features = [
"libdisplay-info",
"output",