diff options
| author | 2021-06-21 11:56:33 -0400 | |
|---|---|---|
| committer | 2021-06-21 11:56:33 -0400 | |
| commit | 83ac715e760b89dde9b38bd2745f811cdfaa8fb6 (patch) | |
| tree | c4f497847e41233d274a24c1e8999e0ba0dd19ce /.gitmodules | |
| parent | Merge pull request #6494 from lat9nq/mingw-fix-fastmem (diff) | |
| parent | externals: httplib: replace custom httplib header with upstream as submodule. (diff) | |
| download | yuzu-83ac715e760b89dde9b38bd2745f811cdfaa8fb6.tar.gz yuzu-83ac715e760b89dde9b38bd2745f811cdfaa8fb6.tar.xz yuzu-83ac715e760b89dde9b38bd2745f811cdfaa8fb6.zip | |
Merge pull request #6486 from CaptV0rt3x/httplib
externals: httplib: replace custom httplib header with upstream as submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d294e850d..749cd0408 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -43,3 +43,6 @@ | |||
| 43 | [submodule "SDL"] | 43 | [submodule "SDL"] |
| 44 | path = externals/SDL | 44 | path = externals/SDL |
| 45 | url = https://github.com/libsdl-org/SDL.git | 45 | url = https://github.com/libsdl-org/SDL.git |
| 46 | [submodule "externals/cpp-httplib"] | ||
| 47 | path = externals/cpp-httplib | ||
| 48 | url = https://github.com/yhirose/cpp-httplib.git | ||