update deps
This commit is contained in:
parent
68af00a29e
commit
eaeee04f1e
5 changed files with 132 additions and 142 deletions
42
Cargo.toml
42
Cargo.toml
|
|
@ -26,13 +26,8 @@ cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-c
|
|||
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", default-features = false, features = [
|
||||
"client",
|
||||
], rev = "c8d3a1c" }
|
||||
# cosmic-settings-subscriptions = { git = "https://github.com/pop-os/cosmic-settings-subscriptions" }
|
||||
cosmic-settings-subscriptions = { path = "../cosmic-settings-subscriptions" }
|
||||
# cosmic-time = { git = "https://github.com/pop-os/cosmic-time", default-features = false, features = [
|
||||
# "libcosmic",
|
||||
# "once_cell",
|
||||
# ] }
|
||||
cosmic-time = { path = "../cosmic-time", default-features = false, features = [
|
||||
cosmic-settings-subscriptions = { git = "https://github.com/pop-os/cosmic-settings-subscriptions" }
|
||||
cosmic-time = { git = "https://github.com/pop-os/cosmic-time", default-features = false, features = [
|
||||
"libcosmic",
|
||||
"once_cell",
|
||||
] }
|
||||
|
|
@ -45,7 +40,7 @@ i18n-embed = { version = "0.14.1", features = [
|
|||
"desktop-requester",
|
||||
] }
|
||||
i18n-embed-fl = "0.8"
|
||||
libcosmic = { path = "../libcosmic", features = [
|
||||
libcosmic = { git = "https://github.com/pop-os/libcosmic", features = [
|
||||
"applet",
|
||||
"applet-token",
|
||||
"tokio",
|
||||
|
|
@ -75,16 +70,21 @@ ignored = ["libcosmic"]
|
|||
# libcosmic = { git = "https://github.com/pop-os/libcosmic//" }
|
||||
|
||||
[patch."https://github.com/Smithay/client-toolkit"]
|
||||
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "3bed072" }
|
||||
[patch.'https://github.com/pop-os/libcosmic']
|
||||
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "theme-export-gtk" }
|
||||
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "theme-export-gtk" }
|
||||
# cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "theme-export-gtk" }
|
||||
libcosmic = { path = "../libcosmic" }
|
||||
cosmic-config = { path = "../libcosmic/cosmic-config" }
|
||||
cosmic-theme = { path = "../libcosmic/cosmic-theme" }
|
||||
iced = { path = "../libcosmic/iced" }
|
||||
cosmic-time = { path = "../cosmic-time", default-features = false, features = [
|
||||
"libcosmic",
|
||||
"once_cell",
|
||||
] }
|
||||
sctk = { package = "smithay-client-toolkit", version = "0.19.2" }
|
||||
# [patch.'https://github.com/pop-os/libcosmic']
|
||||
# libcosmic = { git = "https://github.com/pop-os/libcosmic//" }
|
||||
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//" }
|
||||
# cosmic-theme = { git = "https://github.com/pop-os/libcosmic//" }
|
||||
# cosmic-time = { git = "https://github.com/pop-os/cosmic-time", default-features = false, features = [
|
||||
# "libcosmic",
|
||||
# "once_cell",
|
||||
# ] }
|
||||
# iced_futures = { git = "https://github.com/pop-os/libcosmic//" }
|
||||
# libcosmic = { path = "../libcosmic" }
|
||||
# cosmic-config = { path = "../libcosmic/cosmic-config" }
|
||||
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }
|
||||
# iced = { path = "../libcosmic/iced" }
|
||||
# cosmic-time = { path = "../cosmic-time", default-features = false, features = [
|
||||
# "libcosmic",
|
||||
# "once_cell",
|
||||
# ] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue