move submodules to vendor folder for easier management

This commit is contained in:
ValorZard
2025-08-29 11:00:07 -07:00
parent 348ae6071d
commit 33a2cd2ad1
5 changed files with 7 additions and 6 deletions

4
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "SDL"]
path = SDL
path = vendor/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "SDL_image"]
path = SDL_image
path = vendor/SDL_image
url = https://github.com/libsdl-org/SDL_image.git