diff options
| author | 2017-05-27 14:22:35 -0700 | |
|---|---|---|
| committer | 2017-05-27 14:26:02 -0700 | |
| commit | a06220682cd4fb56f4db1eec7cdf647d3e21d88a (patch) | |
| tree | 4727b5fcbb7e68a95e99f664a350e27785d46905 /.gitmodules | |
| parent | Update dynarmic (diff) | |
| download | yuzu-a06220682cd4fb56f4db1eec7cdf647d3e21d88a.tar.gz yuzu-a06220682cd4fb56f4db1eec7cdf647d3e21d88a.tar.xz yuzu-a06220682cd4fb56f4db1eec7cdf647d3e21d88a.zip | |
Add the fmt string formatting library
More info at http://fmtlib.net/
This commit was based on @jroweboy's work on his spdlog branch, but with
modifications.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f98725622..36caa59f8 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -22,3 +22,6 @@ | |||
| 22 | [submodule "cryptopp"] | 22 | [submodule "cryptopp"] |
| 23 | path = externals/cryptopp/cryptopp | 23 | path = externals/cryptopp/cryptopp |
| 24 | url = https://github.com/weidai11/cryptopp.git | 24 | url = https://github.com/weidai11/cryptopp.git |
| 25 | [submodule "fmt"] | ||
| 26 | path = externals/fmt | ||
| 27 | url = https://github.com/fmtlib/fmt.git | ||