ready to start writing the actual code

This commit is contained in:
2025-10-23 20:49:21 -05:00
parent bac6febd16
commit a4b23fc57c
8 changed files with 19 additions and 9 deletions

13
.gitmodules vendored
View File

@@ -1,12 +1,13 @@
[submodule "fmt"]
path = fmt
url = https://github.com/fmtlib/fmt
[submodule "external/fmt"]
path = external/fmt
url = https://github.com/fmtlib/fmt
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog
[submodule "external/sqlite"]
path = external/sqlite
url = https://github.com/sqlite/sqlite
[submodule "external/tomlplusplus"]
path = external/tomlplusplus
url = https://github.com/marzer/tomlplusplus
[submodule "external/bitsery"]
path = external/bitsery
url = https://github.com/fraillt/bitsery