mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 04:07:25 +01:00
backend: Only require Dbus on Linux
This commit is contained in:
parent
e357ab1c1f
commit
266335dfc5
4 changed files with 88 additions and 64 deletions
|
|
@ -12,9 +12,10 @@ glib = "0.10.3"
|
|||
gstreamer = "0.16.4"
|
||||
gstreamer-player = "0.16.3"
|
||||
log = "0.4.14"
|
||||
mpris-player = "0.6.0"
|
||||
musicus_client = { version = "0.1.0", path = "../client" }
|
||||
musicus_database = { version = "0.1.0", path = "../database" }
|
||||
secret-service = "2.0.1"
|
||||
thiserror = "1.0.23"
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
mpris-player = "0.6.0"
|
||||
secret-service = "2.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue