-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 1.1 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
[submodule "src/renderer/raylib"]
path = src/renderer/raylib
url = https://github.com/SergeyMC9730/raylib.git
[submodule "src/external/cJSON"]
path = src/external/cJSON
url = https://github.com/DaveGamble/cJSON
[submodule "src/external/libarchive"]
path = src/external/libarchive
url = https://github.com/libarchive/libarchive.git
[submodule "src/external/libpe"]
path = src/external/libpe
url = https://github.com/merces/libpe.git
[submodule "src/external/inih"]
path = src/external/inih
url = https://github.com/benhoyt/inih.git
[submodule "src/external/--recursive"]
path = src/external/--recursive
url = https://github.com/SergeyMC9730/cterm.git
[submodule "src/external/cterm"]
path = src/external/cterm
url = https://github.com/SergeyMC9730/cterm.git
[submodule "src/external/raylib-video"]
path = src/external/raylib-video
url = https://github.com/jtainer/raylib-video.git
[submodule "src/external/reasings"]
path = src/external/reasings
url = https://github.com/raylib-extras/reasings.git
[submodule "src/external/cterm2"]
path = src/external/cterm2
url = https://github.com/SergeyMC9730/cterm2