Update libcosmic and drop dbus-config

This commit is contained in:
Jeremy Soller 2025-06-23 11:55:45 -06:00
parent e5bdc727db
commit 11fb6ed9c0
3 changed files with 179 additions and 147 deletions

324
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -54,7 +54,6 @@ libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = fa
"wayland",
"desktop-systemd-scope",
"winit",
"dbus-config",
] }
once_cell = "1"
rust-embed = "8.5"

View file

@ -21,7 +21,6 @@ libcosmic.features = [
"tokio",
"wayland",
"desktop",
"dbus-config",
]
rust-embed.workspace = true
tokio.workspace = true