2023-04-25 00:30:50 +02:00
|
|
|
[workspace]
|
|
|
|
|
members = ["app", "page", "pages/*"]
|
|
|
|
|
default-members = ["app"]
|
2024-01-29 20:14:57 +01:00
|
|
|
resolver = "2"
|
2023-01-25 04:14:49 +01:00
|
|
|
|
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"
|
2024-02-13 16:53:07 +01:00
|
|
|
features = ["single-instance", "tokio", "wayland", "xdg-portal"]
|
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"
|
|
|
|
|
|
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
|
|
|
|
2024-01-30 00:58:53 +01:00
|
|
|
[workspace.dependencies.cosmic-randr-shell]
|
|
|
|
|
git = "https://github.com/pop-os/cosmic-randr"
|
|
|
|
|
|
2023-12-22 16:42:56 +01:00
|
|
|
[workspace.dependencies.sctk]
|
|
|
|
|
git = "https://github.com/smithay/client-toolkit/"
|
|
|
|
|
package = "smithay-client-toolkit"
|
2024-01-18 16:02:32 +01:00
|
|
|
rev = "2e9bf9f"
|
2023-09-20 11:54:36 -04:00
|
|
|
|
2023-06-26 23:55:17 +02:00
|
|
|
[profile.release]
|
|
|
|
|
opt-level = 3
|
2024-02-21 16:18:57 +01:00
|
|
|
|
|
|
|
|
# For development and testing purposes
|
2024-03-08 13:19:22 -05:00
|
|
|
# [patch.'https://github.com/pop-os/libcosmic']
|
2024-02-28 22:23:05 +01:00
|
|
|
#libcosmic = { git = "https://github.com/pop-os/libcosmic?rev=slider", branch = "slider" }
|
|
|
|
|
#cosmic-config = { git = "https://github.com/pop-os/libcosmic?rev=slider", branch = "slider" }
|
2024-03-08 13:19:22 -05:00
|
|
|
# libcosmic = { path = "../libcosmic" }
|
|
|
|
|
# cosmic-config = { path = "../libcosmic/cosmic-config" }
|