Incorporated basic spdlog logging.

This commit is contained in:
piwalker
2025-01-03 11:02:22 -07:00
parent e149eef286
commit 7f31b5973d
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "deps/glm"] [submodule "deps/glm"]
path = deps/glm path = deps/glm
url = https://github.com/g-truc/glm.git url = https://github.com/g-truc/glm.git
[submodule "deps/spdlog"]
path = deps/spdlog
url = https://github.com/gabime/spdlog.git

1
deps/spdlog vendored Submodule

Submodule deps/spdlog added at 276ee5f5c0