diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-17 22:36:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-17 22:36:56 -0400 |
| commit | 2a2a578932cb8e08d804f9c39c2025317860e58e (patch) | |
| tree | 52442360b97b4c382a3af2cb50b0c117fc60e8e9 /.gitmodules | |
| parent | ce921e0f2619fc52a70e5545711e284b320328d4 (diff) | |
| parent | b17f031e35a8b8629af809e6e2aec221bce134b3 (diff) | |
Merge pull request #6204 from lat9nq/sdl2-external
externals: Add SDL 2.0.12
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a0a89933d..8e5bc4581 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "ffmpeg"] path = externals/ffmpeg url = https://git.ffmpeg.org/ffmpeg.git +[submodule "SDL"] + path = externals/SDL + url = https://github.com/libsdl-org/SDL.git |
