Switch back to libcosmic upstream
This commit is contained in:
parent
c7b25daa71
commit
276ecc7d6c
19 changed files with 247 additions and 232 deletions
|
|
@ -9,19 +9,30 @@ anyhow = "1"
|
|||
libcosmic.workspace = true
|
||||
cosmic-time.workspace = true
|
||||
nix = "0.26"
|
||||
tokio = { version = "1.24.1", features = ["sync", "rt", "tracing", "macros", "net", "io-util", "io-std"] }
|
||||
cosmic-notifications-util = { git = "https://github.com/edfloreshz/cosmic-notifications" }
|
||||
cosmic-notifications-config = { git = "https://github.com/edfloreshz/cosmic-notifications" }
|
||||
tokio = { version = "1.24.1", features = [
|
||||
"sync",
|
||||
"rt",
|
||||
"tracing",
|
||||
"macros",
|
||||
"net",
|
||||
"io-util",
|
||||
"io-std",
|
||||
] }
|
||||
cosmic-notifications-util = { git = "https://github.com/pop-os/cosmic-notifications" }
|
||||
cosmic-notifications-config = { git = "https://github.com/pop-os/cosmic-notifications" }
|
||||
# cosmic-notifications-util = { path = "../../cosmic-notifications-daemon/cosmic-notifications-util" }
|
||||
# cosmic-notifications-config = { path = "../../cosmic-notifications-daemon/cosmic-notifications-config" }
|
||||
tracing = "0.1"
|
||||
ron = "0.8"
|
||||
sendfd = { version = "0.4", features = [ "tokio" ] }
|
||||
sendfd = { version = "0.4", features = ["tokio"] }
|
||||
bytemuck = "1"
|
||||
tracing-subscriber = "0.3"
|
||||
zbus = {version = "3.14", features = [ "tokio" ]}
|
||||
zbus = { version = "3.14", features = ["tokio"] }
|
||||
# Application i18n
|
||||
i18n-embed = { version = "0.13.4", features = ["fluent-system", "desktop-requester"] }
|
||||
i18n-embed = { version = "0.13.4", features = [
|
||||
"fluent-system",
|
||||
"desktop-requester",
|
||||
] }
|
||||
i18n-embed-fl = "0.6.4"
|
||||
rust-embed = "6.3.0"
|
||||
rust-embed-utils = "7.5.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue