Added fmt library and updated to print log info by default

This commit is contained in:
Alejandro Saucedo 2021-02-21 11:38:32 +00:00
parent cb79948bb5
commit db6aa3e1e3
7 changed files with 95 additions and 58 deletions

4
.gitmodules vendored
View file

@ -18,3 +18,7 @@
path = external/glslang
url = https://github.com/KhronosGroup/glslang/
branch = 11.1.0
[submodule "external/fmt"]
path = external/fmt
url = https://github.com/fmtlib/fmt
branch = 7.1.3