first commit

This commit is contained in:
2025-11-21 23:12:15 -06:00
commit aa5cb355ee
8 changed files with 419 additions and 0 deletions

6
.gitmodules vendored Normal file
View File

@@ -0,0 +1,6 @@
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog
[submodule "external/fmt"]
path = external/fmt
url = https://github.com/fmtlib/fmt