aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Add example import to string_vec macro魏曹先生2026-02-281-0/+1
|
* Add utility functions and macros魏曹先生2026-02-274-3/+42
| | | | | | - Add `current_tempfile_path` function to get temporary file paths - Add `input_with_editor_custom` function that accepts custom editor - Add `string_vec!` macro for creating `Vec<String>` from literals
* Replace string_proc with just_fmt dependency魏曹先生2026-02-253-11/+14
|
* Add asset and sheet systems with new dependencies魏曹先生2026-02-251-1/+3
|
* Move vcs module to lib and adjust imports魏曹先生2026-02-052-2/+2
|
* Extract CLI utilities into a separate crate魏曹先生2026-01-2711-0/+1414