refactor(output config): move to config crate

this allows the greeter to easily sync to the user config
This commit is contained in:
Ashley Wulber 2025-08-19 16:51:37 -04:00 committed by Ashley Wulber
parent 4a385d5535
commit 416b66b776
17 changed files with 283 additions and 194 deletions

3
Cargo.lock generated
View file

@ -828,6 +828,7 @@ dependencies = [
"cosmic-text",
"egui",
"egui_plot",
"futures",
"i18n-embed",
"i18n-embed-fl",
"iced_tiny_skia",
@ -880,7 +881,9 @@ dependencies = [
"cosmic-config",
"input",
"libdisplay-info",
"ron 0.9.0",
"serde",
"tracing",
]
[[package]]