Add SDL-mirror submodule at version 2.0.7
The official SDL repo is unfortunately Mercurial, so let's use a mirror instead.
This commit is contained in:
parent
d30f073f6d
commit
5270e09e94
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -13,3 +13,6 @@
|
||||||
[submodule "libjpeg-turbo"]
|
[submodule "libjpeg-turbo"]
|
||||||
path = libjpeg-turbo
|
path = libjpeg-turbo
|
||||||
url = https://github.com/libjpeg-turbo/libjpeg-turbo.git
|
url = https://github.com/libjpeg-turbo/libjpeg-turbo.git
|
||||||
|
[submodule "SDL-mirror"]
|
||||||
|
path = SDL-mirror
|
||||||
|
url = https://github.com/spurious/SDL-mirror.git
|
||||||
|
|
1
SDL-mirror
Submodule
1
SDL-mirror
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 14531cf0fcdac6939d1d511d478c795a05cea34f
|
Loading…
Reference in a new issue