refactor: clean up the config crate (#1528)

* feat: clean up config crates

* refactor: reorder config items

* refactor: a bit
This commit is contained in:
Myriad-Dreamin 2025-03-17 20:04:25 +08:00 committed by GitHub
parent 6a5bea8bcf
commit c67b2020e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 391 additions and 459 deletions

View file

@ -20,7 +20,7 @@ fn load_embedded() {
fn load_system() {
let config = Config::default();
let _fonts = config.compile.determine_fonts();
let _fonts = config.fonts();
}
/*