Merge pull request #2506 from fufesou/fix_compile_glib_linux
move glib dep to linux part
This commit is contained in:
commit
09c763fd80
@ -69,7 +69,6 @@ url = { version = "2.1", features = ["serde"] }
|
|||||||
reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"], default-features=false }
|
reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"], default-features=false }
|
||||||
chrono = "0.4.23"
|
chrono = "0.4.23"
|
||||||
cidr-utils = "0.5.9"
|
cidr-utils = "0.5.9"
|
||||||
glib = "0.16.5"
|
|
||||||
|
|
||||||
[target.'cfg(not(any(target_os = "android", target_os = "linux")))'.dependencies]
|
[target.'cfg(not(any(target_os = "android", target_os = "linux")))'.dependencies]
|
||||||
cpal = "0.13.5"
|
cpal = "0.13.5"
|
||||||
@ -119,6 +118,7 @@ dbus = "0.9"
|
|||||||
dbus-crossroads = "0.5"
|
dbus-crossroads = "0.5"
|
||||||
gtk = "0.15"
|
gtk = "0.15"
|
||||||
libappindicator = "0.7"
|
libappindicator = "0.7"
|
||||||
|
glib = "0.16.5"
|
||||||
|
|
||||||
[target.'cfg(target_os = "android")'.dependencies]
|
[target.'cfg(target_os = "android")'.dependencies]
|
||||||
android_logger = "0.11"
|
android_logger = "0.11"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user