-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
47 lines (47 loc) · 1.36 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
[submodule "libs/zlib"]
path = libs/zlib
url = https://github.com/madler/zlib.git
ignore = dirty
[submodule "libs/ImageMagick"]
path = libs/ImageMagick
url = https://github.com/ImageMagick/ImageMagick.git
ignore = dirty
[submodule "libs/glm"]
path = libs/glm
url = https://github.com/g-truc/glm.git
[submodule "libs/libjpeg-turbo"]
path = libs/libjpeg-turbo
url = https://github.com/libjpeg-turbo/libjpeg-turbo
ignore = untracked
[submodule "libs/mINI"]
path = libs/mINI
url = https://github.com/metayeti/mINI.git
[submodule "libs/protobuf"]
path = libs/protobuf
url = https://github.com/protocolbuffers/protobuf.git
ignore = dirty
[submodule "libs/imgui"]
path = libs/imgui
url = https://github.com/ocornut/imgui.git
ignore = dirty
[submodule "libs/glfw"]
path = libs/glfw
url = https://github.com/glfw/glfw.git
ignore = dirty
[submodule "cassetteunpacker"]
path = cassette/cassetteunpacker
url = https://github.com/unknown321/cassetteunpacker
[submodule "nw-installer"]
path = nw-installer
url = https://github.com/unknown321/nw-installer
ignore = dirty
[submodule "ipod_theme"]
path = digital_clock/ipod_theme
url = https://github.com/nfzerox/ipod_theme
[submodule "libs/llusbdac"]
path = libs/llusbdac
url = https://github.com/zhangboyang/llusbdac.git
[submodule "libs/sqlite"]
path = libs/sqlite
url = https://github.com/sqlite/sqlite.git
ignore = dirty