add fmt module for c++ string formatting

This commit is contained in:
2019-02-07 20:55:34 +01:00
parent cdef5283a6
commit 17d5320ecb
2 changed files with 5 additions and 1 deletions

5
.gitmodules vendored
View File

@@ -45,4 +45,7 @@
url = https://github.com/stbrumme/hash-library
[submodule "libs/native_app_glue"]
path = libs/native_app_glue
url = https://bitbucket.org/omigamedev/native_app_glue.git
url = https://bitbucket.org/omigamedev/native_app_glue.git
[submodule "libs/fmt"]
path = libs/fmt
url = https://github.com/fmtlib/fmt.git

1
libs/fmt Submodule

Submodule libs/fmt added at 9a0a24f90b