mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-25 05:22:52 +00:00
refactor: clean up the config crate (#1528)
* feat: clean up config crates * refactor: reorder config items * refactor: a bit
This commit is contained in:
parent
6a5bea8bcf
commit
c67b2020e5
10 changed files with 391 additions and 459 deletions
|
|
@ -20,7 +20,7 @@ fn load_embedded() {
|
|||
fn load_system() {
|
||||
let config = Config::default();
|
||||
|
||||
let _fonts = config.compile.determine_fonts();
|
||||
let _fonts = config.fonts();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue