2022-12-23 15:14:15 -05:00
|
|
|
[workspace]
|
|
|
|
|
|
|
|
|
|
members = [
|
2023-06-01 12:23:12 -04:00
|
|
|
"applet",
|
2022-12-23 15:14:15 -05:00
|
|
|
"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",
|
|
|
|
|
"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-06-07 13:43:49 -06:00
|
|
|
resolver="2"
|
|
|
|
|
|
2023-07-20 14:57:51 -07:00
|
|
|
[workspace.dependencies]
|
|
|
|
|
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "e39748e" }
|
|
|
|
|
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", default-features = false, features = ["client"], rev = "e39748e" }
|
|
|
|
|
cosmic-time = { git = "https://github.com/pop-os/cosmic-time", rev = "39c96ac", default-features = false, features = ["libcosmic", "once_cell"] }
|
|
|
|
|
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland"] }
|
|
|
|
|
|
2023-02-10 15:50:04 -05:00
|
|
|
[profile.release]
|
2023-06-01 12:23:12 -04:00
|
|
|
lto = "thin"
|
|
|
|
|
# lto = "fat"
|