remove dbus

pull/971/head
Lucas Nogueira 1 year ago
parent 7039c9b995
commit ac8251774a
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

21
Cargo.lock generated

@ -1519,17 +1519,6 @@ version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
[[package]]
name = "dbus"
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
dependencies = [
"libc",
"libdbus-sys",
"winapi 0.3.9",
]
[[package]]
name = "deep-link-example"
version = "0.0.0"
@ -3436,15 +3425,6 @@ version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
[[package]]
name = "libdbus-sys"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
dependencies = [
"pkg-config",
]
[[package]]
name = "libloading"
version = "0.7.4"
@ -6651,7 +6631,6 @@ dependencies = [
"chrono",
"color-backtrace",
"ctor",
"dbus",
"env_logger",
"image",
"lazy_static",

@ -32,7 +32,6 @@ win7-notifications = { version = "0.3.1", optional = true }
windows-version = { version = "0.1", optional = true }
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
dbus = { version = "0.9", optional = true }
lazy_static = { version = "1", optional = true }
image = { version = "0.24", optional = true }
zbus = { version = "4", optional = true }

Loading…
Cancel
Save