2022-02-01 13:24:00 -05:00
|
|
|
[workspace]
|
2022-06-06 11:52:45 -04:00
|
|
|
members = [
|
2022-06-29 13:44:58 -07:00
|
|
|
"applets/cosmic-applet-audio",
|
2022-06-06 11:52:45 -04:00
|
|
|
"applets/cosmic-applet-network",
|
2022-06-10 15:29:45 -07:00
|
|
|
"applets/cosmic-applet-notifications",
|
2022-06-06 11:52:45 -04:00
|
|
|
"applets/cosmic-applet-power",
|
|
|
|
|
"applets/cosmic-applet-status-area",
|
2022-06-10 16:20:46 -07:00
|
|
|
"applets/cosmic-applet-time",
|
2022-06-06 11:52:45 -04:00
|
|
|
"applets/cosmic-app-list",
|
|
|
|
|
"applets/cosmic-panel-button",
|
2022-07-01 21:33:58 -07:00
|
|
|
"libcosmic-applet",
|
2022-06-10 16:20:46 -07:00
|
|
|
]
|
2022-11-17 16:38:48 +01:00
|
|
|
exclude = [
|
|
|
|
|
"applets/cosmic-applet-graphics",
|
2022-11-29 16:52:31 -05:00
|
|
|
"applets/cosmic-applet-workspaces",
|
2022-12-02 20:24:52 -05:00
|
|
|
"applets/cosmic-applet-battery",
|
|
|
|
|
|
2022-11-17 16:38:48 +01:00
|
|
|
]
|
2022-09-12 13:50:45 -04:00
|
|
|
|
|
|
|
|
[patch.crates-io]
|
2022-11-29 16:52:31 -05:00
|
|
|
wayland-protocols = { git = "https://github.com/smithay/wayland-rs", version = "0.30.0-beta.9"}
|
2022-09-13 12:38:30 -04:00
|
|
|
wayland-protocols-wlr = { git = "https://github.com/smithay/wayland-rs", version = "0.1.0-beta.9"}
|
2022-11-17 16:38:48 +01:00
|
|
|
wayland-sys = { git = "https://github.com/smithay/wayland-rs", version = "0.30.0-beta.13"}
|
|
|
|
|
wayland-backend = { git = "https://github.com/smithay/wayland-rs", version = "0.1.0-beta.13"}
|
|
|
|
|
wayland-scanner = { git = "https://github.com/smithay/wayland-rs", version = "0.30.0-beta.13"}
|
|
|
|
|
wayland-client = { git = "https://github.com/smithay/wayland-rs", version = "0.30.0-beta.13"}
|