boilerplate's boilerplate

This commit is contained in:
2025-12-21 15:53:51 -06:00
parent 6e7e42038e
commit d4b77760fe
8 changed files with 147 additions and 0 deletions

15
.gitmodules vendored Normal file
View File

@@ -0,0 +1,15 @@
[submodule "external/tomlplusplus"]
path = external/tomlplusplus
url = https://github.com/marzer/tomlplusplus
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog
[submodule "external/glad"]
path = external/glad
url = https://github.com/Dav1dde/glad
[submodule "external/glm"]
path = external/glm
url = https://github.com/g-truc/glm
[submodule "external/stb"]
path = external/stb
url = https://github.com/nothings/stb