2023-04-25 00:30:50 +02:00
|
|
|
[workspace]
|
2024-03-29 14:18:18 +01:00
|
|
|
members = [ "cosmic-settings", "page", "pages/*"]
|
2024-03-22 15:44:04 +01:00
|
|
|
default-members = ["cosmic-settings"]
|
2024-01-29 20:14:57 +01:00
|
|
|
resolver = "2"
|
2024-03-06 20:03:34 +01:00
|
|
|
rust-version = "1.71.0"
|
2024-03-27 17:39:26 -04:00
|
|
|
sunrise_sunset = "1.0.1"
|
|
|
|
|
|
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-03-26 23:32:03 +01:00
|
|
|
features = ["dbus-config", "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"
|
2024-03-26 23:32:03 +01:00
|
|
|
features = ["dbus"]
|
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-04-10 19:31:10 +02:00
|
|
|
rev = "3bed072"
|
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
|
|
|
|
2024-04-10 19:31:10 +02:00
|
|
|
[patch.'https://github.com/smithay/client-toolkit/']
|
|
|
|
|
smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "3bed072" }
|
|
|
|
|
|
2024-02-21 16:18:57 +01:00
|
|
|
# For development and testing purposes
|
2024-04-23 12:40:01 +02:00
|
|
|
# [patch.'https://github.com/pop-os/libcosmic']
|
2024-03-18 17:05:52 -04:00
|
|
|
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "theme-export-gtk" }
|
|
|
|
|
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "theme-export-gtk" }
|
|
|
|
|
# cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "theme-export-gtk" }
|
2024-04-23 12:40:01 +02:00
|
|
|
# libcosmic = { path = "../libcosmic" }
|
|
|
|
|
# cosmic-config = { path = "../libcosmic/cosmic-config" }
|
|
|
|
|
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }
|