wut/.gitmodules
CreeperMario d44b7f774e Update cppformat v2 to fmtlib v4
* I did this mainly to remove some build warnings that were showing up
in cppformat v2 underneath clang (the default macOS compiler)
* At this point, WUT will build on macOS with no warnings whatsoever.
2017-08-27 18:41:08 +09:30

10 lines
273 B
Plaintext

[submodule "tools/ext/zlib"]
path = externals/zlib
url = https://github.com/madler/zlib.git
[submodule "tools/ext/excmd"]
path = externals/excmd
url = https://github.com/exjam/excmd
[submodule "externals/fmt"]
path = externals/fmt
url = https://github.com/fmtlib/fmt