2023-04-25 00:30:50 +02:00
|
|
|
[workspace]
|
|
|
|
|
members = ["app", "page", "pages/*"]
|
|
|
|
|
default-members = ["app"]
|
2023-01-25 04:14:49 +01:00
|
|
|
|
2023-05-22 17:26:14 +02:00
|
|
|
[workspace.dependencies.iced_core]
|
|
|
|
|
git = "https://github.com/pop-os/libcosmic"
|
|
|
|
|
|
2023-04-25 00:30:50 +02:00
|
|
|
[workspace.dependencies.libcosmic]
|
2023-01-25 04:14:49 +01:00
|
|
|
git = "https://github.com/pop-os/libcosmic"
|
2023-05-24 22:13:08 -04:00
|
|
|
features = ["debug", "wayland", "tokio"]
|
2023-05-30 21:49:15 +02:00
|
|
|
|
|
|
|
|
[workspace.dependencies.cosmic-config]
|
|
|
|
|
git = "https://github.com/pop-os/libcosmic"
|
2023-05-22 17:26:14 +02:00
|
|
|
|
|
|
|
|
[workspace.dependencies.cosmic-bg-config]
|
|
|
|
|
git = "https://github.com/pop-os/cosmic-bg"
|
|
|
|
|
|
2023-08-29 14:28:05 -07:00
|
|
|
[workspace.dependencies.cosmic-comp-config]
|
|
|
|
|
git = "https://github.com/pop-os/cosmic-comp"
|
|
|
|
|
# path = "../cosmic-comp/cosmic-comp-config"
|
|
|
|
|
|
2023-05-22 17:26:14 +02:00
|
|
|
[workspace.dependencies.cosmic-panel-config]
|
|
|
|
|
git = "https://github.com/pop-os/cosmic-panel"
|
2023-06-24 00:01:48 +02:00
|
|
|
|
|
|
|
|
[patch."https://github.com/pop-os/libcosmic"]
|
2023-10-17 17:05:07 -04:00
|
|
|
# libcosmic = { path = "../libcosmic" }
|
|
|
|
|
# cosmic-config = { path = "../libcosmic/cosmic-config" }
|
2023-06-26 23:55:17 +02:00
|
|
|
|
2023-09-20 11:54:36 -04:00
|
|
|
[patch."https://github.com/Smithay/client-toolkit"]
|
2023-11-06 14:31:02 -05:00
|
|
|
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "e63ab5f"}
|
2023-09-20 11:54:36 -04:00
|
|
|
|
2023-06-26 23:55:17 +02:00
|
|
|
[profile.release]
|
|
|
|
|
opt-level = 3
|
|
|
|
|
lto = "thin"
|