refactor(output config): move to config crate
this allows the greeter to easily sync to the user config
This commit is contained in:
parent
4a385d5535
commit
416b66b776
17 changed files with 283 additions and 194 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
|
@ -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]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue