summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-05-28 00:03:53 +0200
committerGitHub <noreply@github.com>2017-05-28 00:03:53 +0200
commitec8dfc8fb7218e5c552c42d30a68e13e350c3d0e (patch)
tree4727b5fcbb7e68a95e99f664a350e27785d46905 /.gitmodules
parentMerge pull request #2725 from wwylele/texture-sampler (diff)
parentAdd the fmt string formatting library (diff)
downloadyuzu-ec8dfc8fb7218e5c552c42d30a68e13e350c3d0e.tar
yuzu-ec8dfc8fb7218e5c552c42d30a68e13e350c3d0e.tar.gz
yuzu-ec8dfc8fb7218e5c552c42d30a68e13e350c3d0e.tar.bz2
yuzu-ec8dfc8fb7218e5c552c42d30a68e13e350c3d0e.tar.lz
yuzu-ec8dfc8fb7218e5c552c42d30a68e13e350c3d0e.tar.xz
yuzu-ec8dfc8fb7218e5c552c42d30a68e13e350c3d0e.tar.zst
yuzu-ec8dfc8fb7218e5c552c42d30a68e13e350c3d0e.zip
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
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 @@
[submodule "cryptopp"]
path = externals/cryptopp/cryptopp
url = https://github.com/weidai11/cryptopp.git
+[submodule "fmt"]
+ path = externals/fmt
+ url = https://github.com/fmtlib/fmt.git