summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-07-13 03:31:12 +0200
committerGitHub <noreply@github.com>2017-07-13 03:31:12 +0200
commit9cf261ba8ba4fd9929d275cc793d48d13df624f3 (patch)
tree2eb47ab96bde081a84c5dd7c8107a21cb8a3511c /.gitmodules
parentMerge pull request #2815 from mailwl/bossp (diff)
parentweb_backend: Specify api-version on JSON post. (diff)
downloadyuzu-9cf261ba8ba4fd9929d275cc793d48d13df624f3.tar
yuzu-9cf261ba8ba4fd9929d275cc793d48d13df624f3.tar.gz
yuzu-9cf261ba8ba4fd9929d275cc793d48d13df624f3.tar.bz2
yuzu-9cf261ba8ba4fd9929d275cc793d48d13df624f3.tar.lz
yuzu-9cf261ba8ba4fd9929d275cc793d48d13df624f3.tar.xz
yuzu-9cf261ba8ba4fd9929d275cc793d48d13df624f3.tar.zst
yuzu-9cf261ba8ba4fd9929d275cc793d48d13df624f3.zip
Diffstat (limited to '')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index ac0df914d..45ff650ef 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -28,3 +28,9 @@
[submodule "externals/enet"]
path = externals/enet
url = https://github.com/lsalzman/enet
+[submodule "cpr"]
+ path = externals/cpr
+ url = https://github.com/whoshuu/cpr.git
+[submodule "json"]
+ path = externals/json
+ url = https://github.com/nlohmann/json.git