-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitmodules
More file actions
55 lines (55 loc) · 1.56 KB
/
.gitmodules
File metadata and controls
55 lines (55 loc) · 1.56 KB
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
[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 "libs/llusbdac"]
path = libs/llusbdac
url = https://github.com/zhangboyang/llusbdac.git
ignore = dirty
[submodule "libs/sqlite"]
path = libs/sqlite
url = https://github.com/sqlite/sqlite.git
ignore = dirty
[submodule "libs/implot"]
path = libs/implot
url = https://github.com/epezent/implot
ignore = dirty
[submodule "vtewasm/imgui"]
path = vtewasm/imgui
url = https://github.com/ocornut/imgui
[submodule "vtewasm/implot"]
path = vtewasm/implot
url = https://github.com/epezent/implot