diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ce7f8c5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "vendored/SDL"] + path = vendored/SDL + url = https://github.com/libsdl-org/SDL.git +[submodule "vendored/SDL_image"] + path = vendored/SDL_image + url = https://github.com/libsdl-org/SDL_image.git |
