mirror of
https://github.com/Tim-Paik/neutauri.git
synced 2024-10-12 23:29:41 +00:00
Fixed the problem of unsuccessful compilation under Linux
This commit is contained in:
31
Cargo.lock
generated
31
Cargo.lock
generated
@ -1033,17 +1033,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7efd1d698db0759e6ef11a7cd44407407399a910c774dd804c64c032da7826ff"
|
||||
|
||||
[[package]]
|
||||
name = "libayatana-appindicator"
|
||||
version = "0.2.0"
|
||||
name = "libappindicator"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0379d22a323947cb27b4dbe3b14fc1dcde07c9e9c3eca52ddf97ca0819c28cc4"
|
||||
checksum = "97b29fab3280d59f3d06725f75da9ef9a1b001b2c748b1abfebd1c966c61d7de"
|
||||
dependencies = [
|
||||
"glib",
|
||||
"gtk",
|
||||
"gtk-sys",
|
||||
"libappindicator-sys",
|
||||
"log",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libappindicator-sys"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "90bdcb8c5cfc11febe2ff3f18386d6cb7d29f464cbaf6b286985c3f1a501d74f"
|
||||
dependencies = [
|
||||
"gtk-sys",
|
||||
"pkg-config",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.125"
|
||||
@ -1188,6 +1199,7 @@ dependencies = [
|
||||
"new_mime_guess",
|
||||
"rcedit",
|
||||
"serde",
|
||||
"tao",
|
||||
"toml",
|
||||
"winres",
|
||||
"wry",
|
||||
@ -1200,6 +1212,7 @@ dependencies = [
|
||||
"bincode",
|
||||
"brotli",
|
||||
"serde",
|
||||
"tao",
|
||||
"winres",
|
||||
"wry",
|
||||
]
|
||||
@ -1293,16 +1306,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
||||
dependencies = [
|
||||
"malloc_buf",
|
||||
"objc_exception",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "objc_exception"
|
||||
version = "0.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
|
||||
dependencies = [
|
||||
"cc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1796,7 +1799,7 @@ dependencies = [
|
||||
"gtk",
|
||||
"instant",
|
||||
"lazy_static",
|
||||
"libayatana-appindicator",
|
||||
"libappindicator",
|
||||
"libc",
|
||||
"log",
|
||||
"ndk",
|
||||
|
Reference in New Issue
Block a user