feat(config file): add a config file
This commit is contained in:
parent
b4715770db
commit
80dde85a2e
11 changed files with 229 additions and 22 deletions
9
.gitmodules
vendored
9
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue