-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
125 lines (125 loc) · 3.15 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
[submodule "LuaJIT"]
path = deps/LuaJIT/LuaJIT
url = https://github.com/LuaJIT/LuaJIT
ignore = dirty
branch = v2.1
[submodule "zlib"]
path = deps/madler/zlib
url = https://github.com/madler/zlib
ignore = dirty
branch = master
[submodule "pcre2"]
path = deps/PCRE2Project/pcre2
url = https://github.com/PCRE2Project/pcre2
ignore = dirty
branch = master
[submodule "openssl"]
path = deps/openssl/openssl
url = https://github.com/openssl/openssl
ignore = dirty
branch = master
[submodule "miniz"]
path = deps/richgel999/miniz
url = https://github.com/richgel999/miniz
ignore = dirty
branch = master
[submodule "luv"]
path = deps/luvit/luv
url = https://github.com/luvit/luv
ignore = dirty
branch = master
[submodule "inspect.lua"]
path = deps/kikito/inspect.lua
url = https://github.com/kikito/inspect.lua.git
ignore = dirty
branch = master
[submodule "webview"]
path = deps/webview/webview
url = https://github.com/webview/webview
ignore = dirty
branch = master
[submodule "uWebSockets"]
path = deps/uNetworking/uWebSockets
url = https://github.com/uNetworking/uWebSockets.git
ignore = dirty
branch = master
[submodule "lua-openssl"]
path = deps/zhaog/lua-openssl
url = https://github.com/zhaozg/lua-openssl
ignore = dirty
branch = master
[submodule "stduuid"]
path = deps/mariusbancila/stduuid
url = https://github.com/mariusbancila/stduuid
ignore = dirty
branch = master
[submodule "lua-zlib"]
path = deps/brimworks/lua-zlib
url = https://github.com/brimworks/lua-zlib
ignore = dirty
branch = master
[submodule "lua-rapidjson"]
path = deps/xpol/lua-rapidjson
url = https://github.com/xpol/lua-rapidjson.git
ignore = dirty
branch = master
[submodule "stb"]
path = deps/nothings/stb
url = https://github.com/nothings/stb.git
ignore = dirty
branch = master
[submodule "lrexlib"]
path = deps/rrthomas/lrexlib
url = https://github.com/rrthomas/lrexlib
ignore = dirty
branch = master
[submodule "glfw"]
path = deps/glfw/glfw
url = https://github.com/glfw/glfw/
ignore = dirty
branch = master
[submodule "wgpu-native"]
path = deps/gfx-rs/wgpu-native
url = https://github.com/gfx-rs/wgpu-native.git
ignore = dirty
branch = trunk
[submodule "RmlUi"]
path = deps/mikke89/RmlUi
url = https://github.com/mikke89/RmlUi.git
ignore = dirty
branch = master
[submodule "freetype"]
path = deps/freetype/freetype
url = https://github.com/freetype/freetype.git
ignore = dirty
branch = master
[submodule "LabSound"]
path = deps/LabSound/LabSound
url = https://github.com/LabSound/LabSound.git
ignore = dirty
branch = main
[submodule "LPeg"]
path = deps/roberto-ieru/LPeg
url = https://github.com/roberto-ieru/LPeg
ignore = dirty
branch = master
[submodule "luautf8"]
path = deps/starwing/luautf8
url = https://github.com/starwing/luautf8
ignore = dirty
branch = master
[submodule "rapidjson"]
path = deps/Tencent/rapidjson
url = https://github.com/Tencent/rapidjson
ignore = dirty
branch = master
[submodule "glfw3webgpu"]
path = deps/eliemichel/glfw3webgpu
url = https://github.com/eliemichel/glfw3webgpu
ignore = dirty
branch = main
[submodule "curl"]
path = deps/curl/curl
url = https://github.com/curl/curl
ignore = dirty
branch = master