libretro-chailove/.gitmodules

28 lines
985 B
Plaintext
Raw Normal View History

2017-06-19 19:30:00 +00:00
[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
2017-06-20 03:03:52 +00:00
[submodule "vendor/chaiscript"]
path = vendor/chaiscript
url = https://github.com/ChaiScript/ChaiScript.git
2017-06-27 05:19:11 +00:00
[submodule "vendor/physfs"]
path = vendor/physfs
url = https://github.com/RobLoach/physfs.git
2017-06-27 23:29:16 +00:00
[submodule "vendor/filesystem"]
path = vendor/filesystem
url = https://github.com/wjakob/filesystem.git
2017-07-14 22:00:22 +00:00
[submodule "vendor/SDL_tty"]
path = vendor/SDL_tty
url = https://github.com/Grumbel/SDL_tty.git
2017-08-30 15:25:02 +00:00
[submodule "vendor/stb"]
path = vendor/stb
url = https://github.com/nothings/stb.git
2017-08-30 18:43:38 +00:00
[submodule "vendor/Snippets"]
path = vendor/Snippets
url = https://github.com/DanielGibson/Snippets.git
2017-10-31 15:46:21 +00:00
[submodule "vendor/RobLoachChaiScript_Extras"]
path = vendor/RobLoachChaiScript_Extras
url = https://github.com/RobLoach/ChaiScript_Extras.git