libretro-chailove/.gitmodules

52 lines
1.7 KiB
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
ignore = dirty
2017-06-19 19:30:00 +00:00
[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
2018-02-13 21:47:50 +00:00
ignore = dirty
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-11-28 03:38:52 +00:00
[submodule "vendor/libretro-deps"]
path = vendor/libretro-deps
url = https://github.com/libretro/libretro-deps.git
ignore = dirty
2017-11-30 01:22:59 +00:00
[submodule "vendor/styleguide"]
path = vendor/styleguide
url = https://github.com/google/styleguide.git
2017-11-29 06:30:05 +00:00
[submodule "vendor/noarch"]
path = vendor/noarch
url = https://github.com/RobLoach/noarch.git
2017-12-01 05:32:38 +00:00
[submodule "vendor/ChaiScript_Extras"]
path = vendor/ChaiScript_Extras
url = https://github.com/ChaiScript/ChaiScript_Extras.git
2017-12-03 23:52:14 +00:00
[submodule "vendor/random"]
path = vendor/random
url = https://github.com/effolkronium/random.git
2018-04-03 01:02:37 +00:00
[submodule "vendor/semver"]
path = vendor/semver
url = https://github.com/h2non/semver.c.git
2018-04-16 14:34:50 +00:00
[submodule "vendor/TinySHA1"]
path = vendor/TinySHA1
url = https://github.com/mohaps/TinySHA1.git
2018-05-05 01:46:36 +00:00
[submodule "vendor/ChaiScript_Extras_Http"]
path = vendor/ChaiScript_Extras_Http
url = https://github.com/RobLoach/ChaiScript_Extras_Http.git