-
Notifications
You must be signed in to change notification settings - Fork 22
/
.gitmodules
70 lines (70 loc) · 1.9 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[submodule "vendor/sdl-libretro"]
path = vendor/sdl-libretro
url = https://github.com/libretro/sdl-libretro.git
ignore = dirty
branch = master
[submodule "vendor/libretro-common"]
path = vendor/libretro-common
url = https://github.com/libretro/libretro-common.git
ignore = dirty
branch = master
[submodule "vendor/chaiscript"]
path = vendor/chaiscript
url = https://github.com/ChaiScript/ChaiScript.git
ignore = dirty
branch = develop
[submodule "vendor/stb"]
path = vendor/stb
url = https://github.com/nothings/stb.git
ignore = dirty
branch = master
[submodule "vendor/Snippets"]
path = vendor/Snippets
url = https://github.com/DanielGibson/Snippets.git
ignore = dirty
branch = master
[submodule "vendor/libretro-deps"]
path = vendor/libretro-deps
url = https://github.com/libretro/libretro-deps.git
ignore = dirty
branch = master
[submodule "vendor/styleguide"]
path = vendor/styleguide
url = https://github.com/google/styleguide.git
ignore = dirty
branch = gh-pages
[submodule "vendor/noarch"]
path = vendor/noarch
url = https://github.com/RobLoach/noarch.git
ignore = dirty
branch = master
[submodule "vendor/ChaiScript_Extras"]
path = vendor/ChaiScript_Extras
url = https://github.com/ChaiScript/ChaiScript_Extras.git
ignore = dirty
branch = master
[submodule "vendor/random"]
path = vendor/random
url = https://github.com/effolkronium/random.git
ignore = dirty
branch = master
[submodule "vendor/TinySHA1"]
path = vendor/TinySHA1
url = https://github.com/mohaps/TinySHA1.git
ignore = dirty
branch = master
[submodule "vendor/cppcodec"]
path = vendor/cppcodec
url = https://github.com/tplgy/cppcodec.git
ignore = dirty
branch = master
[submodule "vendor/physfs"]
path = vendor/physfs
url = https://github.com/icculus/physfs.git
ignore = dirty
branch = main
[submodule "vendor/SDL_tty"]
path = vendor/SDL_tty
url = https://github.com/grumbel/SDL_tty.git
ignore = dirty
branch = master