diff options
| author | Menase Teshale <osome3717@gmail.com> | 2026-08-18 22:21:29 +0300 |
|---|---|---|
| committer | Menase Teshale <osome3717@gmail.com> | 2026-08-18 22:21:29 +0300 |
| commit | be5479e73c1c338cd369ddd99d19563c7349cda6 (patch) | |
| tree | ea32a099d25e21c85d8e53455fa925c2254f8e85 /.gitmodules | |
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 |
