45 lines
1.3 KiB
TOML
45 lines
1.3 KiB
TOML
[workspace]
|
|
|
|
members = [
|
|
"cosmic-app-list",
|
|
"cosmic-applet-audio",
|
|
"cosmic-applet-battery",
|
|
"cosmic-applet-bluetooth",
|
|
"cosmic-applet-graphics",
|
|
"cosmic-applet-network",
|
|
"cosmic-applet-notifications",
|
|
"cosmic-applet-power",
|
|
"cosmic-applet-status-area",
|
|
"cosmic-applet-tiling",
|
|
"cosmic-applet-time",
|
|
"cosmic-applet-workspaces",
|
|
"cosmic-panel-button",
|
|
]
|
|
|
|
resolver = "2"
|
|
|
|
[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", default-features = false, features = [
|
|
"libcosmic",
|
|
"once_cell",
|
|
] }
|
|
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = [
|
|
"applet",
|
|
"tokio",
|
|
"wayland",
|
|
] }
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
# lto = "fat"
|
|
|
|
# [patch."https://github.com/pop-os/cosmic-time"]
|
|
# cosmic-time = { path = "../cosmic-time" }
|
|
# [patch."https://github.com/pop-os/libcosmic"]
|
|
# libcosmic = { path = "../libcosmic" }
|
|
# [patch."https://github.com/pop-os/cosmic-config"]
|
|
# cosmic-config = { path = "../libcosmic/cosmic-config" }
|