2022-12-23 15:14:15 -05:00
|
|
|
[workspace]
|
|
|
|
|
|
|
|
|
|
members = [
|
|
|
|
|
"cosmic-app-list",
|
|
|
|
|
"cosmic-applet-audio",
|
|
|
|
|
"cosmic-applet-battery",
|
2023-02-08 18:38:09 -05:00
|
|
|
"cosmic-applet-bluetooth",
|
2022-12-23 15:14:15 -05:00
|
|
|
"cosmic-applet-graphics",
|
|
|
|
|
"cosmic-applet-network",
|
|
|
|
|
"cosmic-applet-notifications",
|
|
|
|
|
"cosmic-applet-power",
|
2023-01-03 14:36:56 -08:00
|
|
|
"cosmic-applet-status-area",
|
2023-09-17 02:30:40 -07:00
|
|
|
"cosmic-applet-tiling",
|
2022-12-23 15:14:15 -05:00
|
|
|
"cosmic-applet-time",
|
|
|
|
|
"cosmic-applet-workspaces",
|
2023-02-17 20:05:42 -08:00
|
|
|
"cosmic-panel-button",
|
2022-12-23 15:14:15 -05:00
|
|
|
]
|
|
|
|
|
|
2023-09-17 02:30:40 -07:00
|
|
|
resolver = "2"
|
2023-06-07 13:43:49 -06:00
|
|
|
|
2023-07-20 14:57:51 -07:00
|
|
|
[workspace.dependencies]
|
2024-01-17 12:08:36 -05:00
|
|
|
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "e65fa5e" }
|
2023-09-17 02:30:40 -07:00
|
|
|
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", default-features = false, features = [
|
|
|
|
|
"client",
|
2024-01-17 12:08:36 -05:00
|
|
|
], rev = "e65fa5e" }
|
2023-09-18 08:31:27 -07:00
|
|
|
cosmic-time = { git = "https://github.com/pop-os/cosmic-time", default-features = false, features = [
|
2023-09-17 02:30:40 -07:00
|
|
|
"libcosmic",
|
|
|
|
|
"once_cell",
|
|
|
|
|
] }
|
2023-09-18 08:31:27 -07:00
|
|
|
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = [
|
2023-09-17 02:30:40 -07:00
|
|
|
"applet",
|
2023-11-21 17:29:49 -05:00
|
|
|
"applet-token",
|
2023-09-17 02:30:40 -07:00
|
|
|
"tokio",
|
|
|
|
|
"wayland",
|
2023-11-21 17:29:49 -05:00
|
|
|
"process",
|
2024-01-02 13:24:28 -05:00
|
|
|
"dbus-config"
|
2023-09-17 02:30:40 -07:00
|
|
|
] }
|
2023-10-27 17:44:25 -04:00
|
|
|
zbus = { version = "3.14", default-features = false, features = ["tokio"] }
|
2023-11-21 17:29:49 -05:00
|
|
|
tracing = "0.1"
|
2023-07-20 14:57:51 -07:00
|
|
|
|
2023-02-10 15:50:04 -05:00
|
|
|
[profile.release]
|
2023-06-01 12:23:12 -04:00
|
|
|
lto = "thin"
|
|
|
|
|
# lto = "fat"
|
2023-07-20 17:55:43 -04:00
|
|
|
|
2023-10-24 11:46:46 -04:00
|
|
|
# [patch."https://github.com/pop-os/cosmic-time"]
|
|
|
|
|
# cosmic-time = { path = "../cosmic-time" }
|
|
|
|
|
# [patch."https://github.com/pop-os/libcosmic"]
|
|
|
|
|
# libcosmic = { path = "../libcosmic" }
|
|
|
|
|
# cosmic-config = { path = "../libcosmic/cosmic-config" }
|
2023-12-11 14:45:36 -05:00
|
|
|
[patch."https://github.com/Smithay/client-toolkit"]
|
2023-11-06 16:45:56 +01:00
|
|
|
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "e63ab5f" }
|