📌 Fix dependency hell.

This commit is contained in:
Lucy 2022-04-05 12:34:14 -04:00
parent cf702571b9
commit 1ce1afcbab
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
2 changed files with 155 additions and 114 deletions

View file

@ -10,10 +10,11 @@ futures-util = "0.3.21"
libcosmic-widgets = { git = "https://github.com/pop-os/libcosmic", branch = "lucy/widgets" }
libpulse-binding = "2.26.0"
pulsectl-rs = "0.3.2"
relm4 = { git = "https://github.com/AaronErhardt/relm4", branch = "new-approach", features = [
relm4 = { git = "https://github.com/AaronErhardt/relm4", rev = "7404ad64ca8763f6629cadcd743947cd29e1538a", features = [
"macros",
] }
tracker = "0.1.1"
freedesktop-desktop-entry = "0.5.0"
mpris2-zbus = { git = "https://github.com/pop-os/mpris2-zbus" }
[features]