-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
91 lines (91 loc) · 2.81 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
[submodule "deps/LuaJIT/LuaJIT"]
path = deps/LuaJIT/LuaJIT
url = https://github.com/LuaJIT/LuaJIT
ignore = dirty
[submodule "deps/madler/zlib"]
path = deps/madler/zlib
url = https://github.com/madler/zlib
ignore = dirty
[submodule "deps/PCRE2Project/pcre2"]
path = deps/PCRE2Project/pcre2
url = https://github.com/PCRE2Project/pcre2
ignore = dirty
[submodule "deps/openssl/openssl"]
path = deps/openssl/openssl
url = https://github.com/openssl/openssl
ignore = dirty
[submodule "deps/richgel999/miniz"]
path = deps/richgel999/miniz
url = https://github.com/richgel999/miniz
ignore = dirty
[submodule "deps/luvit/luv"]
path = deps/luvit/luv
url = https://github.com/luvit/luv
ignore = dirty
[submodule "deps/kikito/inspect.lua"]
path = deps/kikito/inspect.lua
url = https://github.com/kikito/inspect.lua.git
ignore = dirty
[submodule "deps/webview/webview"]
path = deps/webview/webview
url = https://github.com/webview/webview
ignore = dirty
[submodule "deps/uNetworking/uWebSockets"]
path = deps/uNetworking/uWebSockets
url = https://github.com/uNetworking/uWebSockets.git
ignore = dirty
[submodule "deps/zhaog/lua-openssl"]
path = deps/zhaog/lua-openssl
url = https://github.com/zhaozg/lua-openssl
ignore = dirty
[submodule "deps/mariusbancila/stduuid"]
path = deps/mariusbancila/stduuid
url = https://github.com/mariusbancila/stduuid
ignore = dirty
[submodule "deps/brimworks/lua-zlib"]
path = deps/brimworks/lua-zlib
url = https://github.com/brimworks/lua-zlib
ignore = dirty
[submodule "deps/xpol/lua-rapidjson"]
path = deps/xpol/lua-rapidjson
url = https://github.com/xpol/lua-rapidjson.git
ignore = dirty
[submodule "deps/nothings/stb"]
path = deps/nothings/stb
url = https://github.com/nothings/stb.git
ignore = dirty
[submodule "deps/rrthomas/lrexlib"]
path = deps/rrthomas/lrexlib
url = https://github.com/rrthomas/lrexlib
ignore = dirty
[submodule "deps/glfw/glfw"]
path = deps/glfw/glfw
url = https://github.com/glfw/glfw/
ignore = dirty
[submodule "deps/gfx-rs/wgpu-native"]
path = deps/gfx-rs/wgpu-native
url = https://github.com/gfx-rs/wgpu-native.git
ignore = dirty
[submodule "deps/mikke89/RmlUi"]
path = deps/mikke89/RmlUi
url = https://github.com/mikke89/RmlUi.git
ignore = dirty
[submodule "deps/freetype/freetype"]
path = deps/freetype/freetype
url = https://github.com/freetype/freetype.git
ignore = dirty
[submodule "deps/LabSound/LabSound"]
path = deps/LabSound/LabSound
url = https://github.com/LabSound/LabSound.git
ignore = dirty
[submodule "deps/roberto-ieru/LPeg"]
path = deps/roberto-ieru/LPeg
url = https://github.com/roberto-ieru/LPeg
ignore = dirty
[submodule "deps/starwing/luautf8"]
path = deps/starwing/luautf8
url = https://github.com/starwing/luautf8
ignore = dirty
[submodule "deps/Tencent/rapidjson"]
path = deps/Tencent/rapidjson
url = https://github.com/Tencent/rapidjson