feat(config file): add a config file
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user