Add config class

This commit is contained in:
wheremyfoodat 2023-07-08 16:16:00 +03:00
parent 90a88eee39
commit bc3377ac78
6 changed files with 75 additions and 2 deletions

3
.gitmodules vendored
View file

@ -16,3 +16,6 @@
[submodule "third_party/xbyak"]
path = third_party/xbyak
url = https://github.com/herumi/xbyak
[submodule "third_party/toml11"]
path = third_party/toml11
url = https://github.com/ToruNiina/toml11