35 lines
1.2 KiB
TOML
35 lines
1.2 KiB
TOML
[workspace]
|
|
|
|
members = [
|
|
"applet",
|
|
"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-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", rev = "39c96ac", default-features = false, features = ["libcosmic", "once_cell"] }
|
|
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["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" }
|