gitmodules: Remove 'externals' from names of submodules

This commit is contained in:
lat9nq 2022-07-22 18:37:42 -04:00
parent 265d1d6979
commit 5b4bef13e7
1 changed files with 3 additions and 3 deletions

6
.gitmodules vendored
View File

@ -34,12 +34,12 @@
[submodule "SDL"]
path = externals/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "externals/cpp-httplib"]
[submodule "cpp-httplib"]
path = externals/cpp-httplib
url = https://github.com/yhirose/cpp-httplib.git
[submodule "externals/ffmpeg/ffmpeg"]
[submodule "ffmpeg"]
path = externals/ffmpeg/ffmpeg
url = https://git.ffmpeg.org/ffmpeg.git
[submodule "externals/vcpkg"]
[submodule "vcpkg"]
path = externals/vcpkg
url = https://github.com/Microsoft/vcpkg.git