2023-04-25 00:30:50 +02:00
|
|
|
[workspace]
|
2024-05-17 02:46:05 -04: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-06-06 16:57:08 +02:00
|
|
|
|
|
|
|
|
[workspace.package]
|
2024-08-06 20:25:40 +02:00
|
|
|
rust-version = "1.80.0"
|
2024-03-27 17:39:26 -04:00
|
|
|
|
2024-05-08 12:59:35 +02:00
|
|
|
[workspace.dependencies]
|
2024-05-08 17:06:00 +02:00
|
|
|
cosmic-randr = { git = "https://github.com/pop-os/cosmic-randr" }
|
2024-09-20 20:37:14 +02:00
|
|
|
tokio = { version = "1.40.0", features = ["macros"] }
|
2023-01-25 04:14:49 +01:00
|
|
|
|
2023-04-25 00:30:50 +02:00
|
|
|
[workspace.dependencies.libcosmic]
|
2024-10-23 12:39:49 -06:00
|
|
|
features = ["multi-window", "winit", "tokio"]
|
2024-10-07 15:55:28 -04:00
|
|
|
git = "https://github.com/pop-os/libcosmic"
|
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"
|
|
|
|
|
|
2024-10-17 19:09:58 -07:00
|
|
|
[workspace.dependencies.cosmic-idle-config]
|
|
|
|
|
git = "https://github.com/pop-os/cosmic-idle"
|
|
|
|
|
|
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-07-31 08:08:34 +02:00
|
|
|
# rev = "c583de8"
|
2023-09-20 11:54:36 -04:00
|
|
|
|
2023-06-26 23:55:17 +02:00
|
|
|
[profile.release]
|
2024-10-23 09:23:29 -04:00
|
|
|
lto = "thin"
|
2024-02-21 16:18:57 +01:00
|
|
|
|
2024-07-31 08:08:34 +02:00
|
|
|
# [patch.'https://github.com/smithay/client-toolkit/']
|
|
|
|
|
# smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "c583de8" }
|
2024-04-10 19:31:10 +02:00
|
|
|
|
2024-07-31 16:39:44 +02:00
|
|
|
[patch.'https://github.com/pop-os/cosmic-protocols']
|
|
|
|
|
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "bd65e0f2d55429954839c9e6c7bc5b0d198b85f0" }
|
2024-05-08 17:37:22 +02:00
|
|
|
|
2024-02-21 16:18:57 +01:00
|
|
|
# For development and testing purposes
|
2024-11-01 22:53:26 -04:00
|
|
|
# [patch.'https://github.com/pop-os/libcosmic']
|
2024-10-05 00:03:02 +02:00
|
|
|
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "fontconfig" }
|
|
|
|
|
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "fontconfig" }
|
|
|
|
|
# cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "fontconfig" }
|
2024-11-01 22:53:26 -04:00
|
|
|
# libcosmic = { path = "../libcosmic" }
|
|
|
|
|
# cosmic-config = { path = "../libcosmic/cosmic-config" }
|
|
|
|
|
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }
|
2024-09-13 21:45:49 +02:00
|
|
|
|
|
|
|
|
# [patch.'https://github.com/pop-os/dbus-settings-bindings']
|
|
|
|
|
# cosmic-dbus-networkmanager = { path = "../dbus-settings-bindings/networkmanager" }
|
|
|
|
|
# upower_dbus = { path = "../dbus-settings-bindings/upower" }
|
2024-11-01 11:41:20 -04:00
|
|
|
[patch."https://github.com/smithay/client-toolkit.git"]
|
|
|
|
|
sctk = { package = "smithay-client-toolkit", version = "=0.19.2" }
|