libretro-chailove/.gitmodules
2018-04-16 10:34:50 -04:00

54 lines
1.8 KiB
Plaintext

[submodule "vendor/sdl-libretro"]
path = vendor/sdl-libretro
url = https://github.com/libretro/sdl-libretro.git
[submodule "vendor/libretro-common"]
path = vendor/libretro-common
url = https://github.com/libretro/libretro-common.git
[submodule "vendor/chaiscript"]
path = vendor/chaiscript
url = https://github.com/ChaiScript/ChaiScript.git
[submodule "vendor/physfs"]
path = vendor/physfs
url = https://github.com/RobLoach/physfs.git
ignore = dirty
[submodule "vendor/filesystem"]
path = vendor/filesystem
url = https://github.com/wjakob/filesystem.git
[submodule "vendor/SDL_tty"]
path = vendor/SDL_tty
url = https://github.com/Grumbel/SDL_tty.git
[submodule "vendor/stb"]
path = vendor/stb
url = https://github.com/nothings/stb.git
[submodule "vendor/Snippets"]
path = vendor/Snippets
url = https://github.com/DanielGibson/Snippets.git
[submodule "vendor/zlib"]
path = vendor/zlib
url = https://github.com/madler/zlib.git
[submodule "vendor/libretro-deps"]
path = vendor/libretro-deps
url = https://github.com/libretro/libretro-deps.git
[submodule "vendor/styleguide"]
path = vendor/styleguide
url = https://github.com/google/styleguide.git
[submodule "vendor/noarch"]
path = vendor/noarch
url = https://github.com/RobLoach/noarch.git
[submodule "vendor/ChaiScript_Extras"]
path = vendor/ChaiScript_Extras
url = https://github.com/ChaiScript/ChaiScript_Extras.git
[submodule "vendor/random"]
path = vendor/random
url = https://github.com/effolkronium/random.git
[submodule "vendor/freetype2"]
path = vendor/freetype2
url = https://git.savannah.gnu.org/git/freetype/freetype2.git
ignore = dirty
[submodule "vendor/semver"]
path = vendor/semver
url = https://github.com/h2non/semver.c.git
[submodule "vendor/TinySHA1"]
path = vendor/TinySHA1
url = https://github.com/mohaps/TinySHA1.git