diff options
| author | 2017-07-18 13:26:57 -0400 | |
|---|---|---|
| committer | 2017-07-18 13:26:57 -0400 | |
| commit | 5621a65037b1d2a34bbc76a047f925800ecbd47e (patch) | |
| tree | 7e6dc8f07820ed34836fcd74b766553c78a31398 /.gitmodules | |
| parent | Merge pull request #2823 from bunnei/telemetry-data (diff) | |
| parent | Add description of upstream repo (diff) | |
| download | yuzu-5621a65037b1d2a34bbc76a047f925800ecbd47e.tar.gz yuzu-5621a65037b1d2a34bbc76a047f925800ecbd47e.tar.xz yuzu-5621a65037b1d2a34bbc76a047f925800ecbd47e.zip | |
Merge pull request #2833 from j-selby/single-header-json
Don't pull in entire JSON repo for single header file
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 3f5bae2b0..db60706c9 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -31,6 +31,3 @@ | |||
| 31 | [submodule "cpr"] | 31 | [submodule "cpr"] |
| 32 | path = externals/cpr | 32 | path = externals/cpr |
| 33 | url = https://github.com/whoshuu/cpr.git | 33 | url = https://github.com/whoshuu/cpr.git |
| 34 | [submodule "json"] | ||
| 35 | path = externals/json | ||
| 36 | url = https://github.com/nlohmann/json.git | ||