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"]
|
2025-09-12 14:59:30 +02:00
|
|
|
resolver = "3"
|
2024-06-06 16:57:08 +02:00
|
|
|
|
|
|
|
|
[workspace.package]
|
2025-09-12 14:59:30 +02:00
|
|
|
rust-version = "1.85"
|
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" }
|
2025-09-12 14:59:30 +02:00
|
|
|
tokio = { version = "1.47.1", features = ["macros"] }
|
2023-01-25 04:14:49 +01:00
|
|
|
|
2023-04-25 00:30:50 +02:00
|
|
|
[workspace.dependencies.libcosmic]
|
2025-08-04 17:14:45 +02:00
|
|
|
features = ["dbus-config", "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"
|
2025-08-26 19:37:51 -04:00
|
|
|
features = ["output"]
|
2023-08-29 14:28:05 -07:00
|
|
|
|
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"
|
|
|
|
|
|
2025-07-22 06:22:36 +02:00
|
|
|
[workspace.dependencies.cosmic-settings-subscriptions]
|
2025-08-04 17:24:38 +02:00
|
|
|
git = "https://github.com/pop-os/cosmic-settings-subscriptions"
|
2025-07-22 06:22:36 +02:00
|
|
|
|
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
|
|
|
|
2025-07-22 03:02:50 +02:00
|
|
|
[profile.dev]
|
|
|
|
|
opt-level = "s"
|
|
|
|
|
lto = "off"
|
2024-11-14 11:20:56 -05:00
|
|
|
|
2023-06-26 23:55:17 +02:00
|
|
|
[profile.release]
|
2025-01-14 22:07:49 +01:00
|
|
|
opt-level = "s"
|
2025-07-22 03:02:50 +02:00
|
|
|
lto = "thin"
|
|
|
|
|
|
|
|
|
|
[profile.release-with-debug]
|
|
|
|
|
inherits = "release"
|
2025-05-01 13:38:08 +02:00
|
|
|
lto = "off"
|
2025-07-22 03:02:50 +02:00
|
|
|
debug = true
|
2024-02-21 16:18:57 +01:00
|
|
|
|
2025-06-11 12:02:16 +02:00
|
|
|
# Fix text rendering being cut off on the right
|
2025-08-12 18:12:08 +02:00
|
|
|
# [patch.'https://github.com/pop-os/cosmic-text']
|
|
|
|
|
# cosmic-text = { git = "https://github.com/pop-os/cosmic-text//", rev = "b017d7c" }
|
2025-06-11 12:02:16 +02:00
|
|
|
|
2025-06-23 18:04:20 +02:00
|
|
|
[patch.'https://github.com/pop-os/cosmic-protocols']
|
2025-10-03 14:55:46 -04:00
|
|
|
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "d0e95be" }
|
|
|
|
|
cosmic-client-toolkit = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "d0e95be" }
|
2024-05-08 17:37:22 +02:00
|
|
|
|
2025-02-26 14:51:30 +01:00
|
|
|
# [patch.'https://github.com/pop-os/cosmic-settings-daemon']
|
|
|
|
|
# cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon//", branch = "input_nobuild" }
|
|
|
|
|
|
2024-02-21 16:18:57 +01:00
|
|
|
# For development and testing purposes
|
2025-07-29 17:09:27 -04:00
|
|
|
# [patch.'https://github.com/pop-os/libcosmic']
|
2024-11-01 22:53:26 -04:00
|
|
|
# libcosmic = { path = "../libcosmic" }
|
|
|
|
|
# cosmic-config = { path = "../libcosmic/cosmic-config" }
|
|
|
|
|
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }
|
2025-06-23 17:17:07 +02:00
|
|
|
# iced_futures = { path = "../libcosmic/iced/futures" }
|
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" }
|
2025-02-14 01:48:26 +01:00
|
|
|
|
2024-11-01 11:41:20 -04:00
|
|
|
[patch."https://github.com/smithay/client-toolkit.git"]
|
2025-09-12 14:59:30 +02:00
|
|
|
sctk = { package = "smithay-client-toolkit", version = "0.20.0" }
|