2023-04-25 00:30:50 +02:00
|
|
|
[workspace]
|
2025-11-25 21:46:17 +01:00
|
|
|
members = ["cosmic-settings", "crates/*", "page", "pages/*", "subscriptions/*"]
|
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" }
|
2026-01-10 03:47:06 +01:00
|
|
|
tokio = { version = "1.49.0", features = ["macros"] }
|
2023-01-25 04:14:49 +01:00
|
|
|
|
2023-04-25 00:30:50 +02:00
|
|
|
[workspace.dependencies.libcosmic]
|
2026-01-10 03:47:06 +01:00
|
|
|
features = ["dbus-config", "desktop", "multi-window", "winit", "tokio", "qr_code"]
|
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"
|
|
|
|
|
|
2023-12-22 16:42:56 +01:00
|
|
|
[workspace.dependencies.sctk]
|
2026-01-10 03:47:06 +01:00
|
|
|
version = "0.20"
|
2023-12-22 16:42:56 +01:00
|
|
|
package = "smithay-client-toolkit"
|
2023-09-20 11:54:36 -04:00
|
|
|
|
2025-07-22 03:02:50 +02:00
|
|
|
[profile.dev]
|
2025-10-04 04:26:47 +02:00
|
|
|
opt-level = 3
|
2025-07-22 03:02:50 +02:00
|
|
|
lto = "off"
|
2024-11-14 11:20:56 -05:00
|
|
|
|
2023-06-26 23:55:17 +02:00
|
|
|
[profile.release]
|
2025-10-04 04:26:47 +02:00
|
|
|
opt-level = 3
|
2025-07-22 03:02:50 +02:00
|
|
|
lto = "thin"
|
2025-10-04 04:26:47 +02:00
|
|
|
panic = "abort"
|
2025-07-22 03:02:50 +02:00
|
|
|
|
|
|
|
|
[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-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
|
|
|
|
2026-01-10 03:47:06 +01:00
|
|
|
# [patch.'https://github.com/pop-os/cosmic-protocols']
|
|
|
|
|
# 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
|
|
|
|
2025-12-31 11:28:25 -05:00
|
|
|
# [patch.'https://github.com/pop-os/dbus-settings-bindings']
|
2024-09-13 21:45:49 +02:00
|
|
|
# cosmic-dbus-networkmanager = { path = "../dbus-settings-bindings/networkmanager" }
|
|
|
|
|
# upower_dbus = { path = "../dbus-settings-bindings/upower" }
|
2025-12-31 11:28:25 -05:00
|
|
|
# nm-secret-agent-manager = { git = "https://github.com/pop-os/dbus-settings-bindings//", branch = "nm-secret-agent" }
|