chore(cosmic-config): update to include state and remove ping/pong

This commit is contained in:
Ashley Wulber 2023-12-28 18:25:12 -05:00 committed by Michael Murphy
parent 8f88833d8e
commit eff22fdb34
3 changed files with 63 additions and 49 deletions

View file

@ -6,4 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libcosmic = { path = "../..", features = ["debug", "winit", "tokio", "single-instance", "multi-window"] }
libcosmic = { path = "../..", features = ["debug", "winit", "tokio", "single-instance", "multi-window", "dbus-config"] }