mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-31 07:43:15 +00:00
Added toml11 and implemented initial config file parsing, replaces command-line arg inputs
This commit is contained in:
parent
f4324ee599
commit
fba0085946
8 changed files with 199 additions and 47 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -7,3 +7,6 @@
|
|||
[submodule "lib/fmt"]
|
||||
path = lib/fmt
|
||||
url = https://github.com/fmtlib/fmt
|
||||
[submodule "lib/toml11"]
|
||||
path = lib/toml11
|
||||
url = https://github.com/ToruNiina/toml11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue