feat(config file): add a config file

This commit is contained in:
2025-09-23 22:46:19 -04:00
parent b4715770db
commit 80dde85a2e
11 changed files with 229 additions and 22 deletions

9
.gitmodules vendored
View File

@@ -1,3 +1,12 @@
[submodule "lib/log.c"]
path = lib/log.c
url = https://github.com/rxi/log.c
[submodule "lib/tomlc99"]
path = lib/tomlc99
url = https://github.com/cktan/tomlc99
[submodule "lib/tinyexpr"]
path = lib/tinyexpr
url = https://github.com/codeplea/tinyexpr
[submodule "lib/cargs"]
path = lib/cargs
url = https://github.com/likle/cargs