forked from ATG-Github/fivem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
255 lines (255 loc) · 8.26 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
[submodule "vendor/jitasm"]
path = vendor/jitasm
url = http://tohjo.eu/citidev/jitasm.git
branch = master
[submodule "vendor/yaml-cpp"]
path = vendor/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "vendor/msgpack-c"]
path = vendor/msgpack-c
url = https://github.com/msgpack/msgpack-c.git
[submodule "vendor/zlib"]
path = vendor/zlib
url = https://github.com/madler/zlib.git
[submodule "vendor/protobuf"]
path = vendor/protobuf
url = https://github.com/google/protobuf.git
[submodule "vendor/breakpad"]
path = vendor/breakpad
url = https://github.com/citizenfx/breakpad.git
[submodule "vendor/udis86"]
path = vendor/udis86
url = https://github.com/vmt/udis86.git
branch = master
[submodule "vendor/tinyxml2"]
path = vendor/tinyxml2
url = https://github.com/leethomason/tinyxml2.git
[submodule "vendor/picohttpparser"]
path = vendor/picohttpparser
url = https://github.com/h2o/picohttpparser.git
[submodule "vendor/libssh"]
path = vendor/libssh
url = https://github.com/citizenfx/libssh.git
[submodule "vendor/xz"]
path = vendor/xz
url = https://github.com/xz-mirror/xz.git
[submodule "vendor/curl"]
path = vendor/curl
url = https://github.com/citizenfx/curl.git
[submodule "vendor/leveldb"]
path = vendor/leveldb
url = https://github.com/citizenfx/leveldb.git
[submodule "vendor/minhook"]
path = vendor/minhook
url = https://github.com/TsudaKageyu/minhook.git
[submodule "vendor/rapidjson"]
path = vendor/rapidjson
url = https://github.com/miloyip/rapidjson.git
[submodule "vendor/libuv"]
path = vendor/libuv
url = https://github.com/libuv/libuv.git
[submodule "vendor/fmtlib"]
path = vendor/fmtlib
url = https://github.com/fmtlib/fmt.git
[submodule "vendor/nghttp2"]
path = vendor/nghttp2
url = https://github.com/nghttp2/nghttp2
[submodule "vendor/cpr"]
path = vendor/cpr
url = https://github.com/whoshuu/cpr.git
[submodule "vendor/enet"]
path = vendor/enet
url = https://github.com/freeminer/enet.git
branch = ipv6
[submodule "vendor/imgui"]
path = vendor/imgui
url = https://github.com/citizenfx/imgui.git
[submodule "vendor/tbb"]
path = vendor/tbb
url = https://github.com/01org/tbb.git
[submodule "vendor/cpprestsdk"]
path = vendor/cpprestsdk
url = https://github.com/Microsoft/cpprestsdk.git
[submodule "vendor/linenoise-ng"]
path = vendor/linenoise-ng
url = https://github.com/arangodb/linenoise-ng.git
[submodule "vendor/discord-rpc"]
path = vendor/discord-rpc
url = https://github.com/discordapp/discord-rpc.git
[submodule "vendor/lz4"]
path = vendor/lz4
url = https://github.com/lz4/lz4.git
[submodule "vendor/nng"]
path = vendor/nng
url = https://github.com/nanomsg/nng.git
[submodule "vendor/node"]
path = vendor/node
url = https://github.com/citizenfx/node.git
[submodule "vendor/openssl"]
path = vendor/openssl
url = https://github.com/tatsuhiro-t/openssl.git
[submodule "vendor/libopus"]
path = vendor/libopus
url = https://github.com/xiph/opus.git
[submodule "vendor/libfvad"]
path = vendor/libfvad
url = https://github.com/dpirch/libfvad.git
[submodule "vendor/webrtc-audio-processing"]
path = vendor/webrtc-audio-processing
url = https://github.com/citizenfx/webrtc-audio-processing.git
[submodule "vendor/minizip"]
path = vendor/minizip
url = https://github.com/nmoinvaz/minizip.git
[submodule "vendor/glm"]
path = vendor/glm
url = https://github.com/g-truc/glm.git
[submodule "vendor/eastl"]
path = vendor/eastl
url = https://github.com/electronicarts/EASTL.git
[submodule "vendor/utfcpp"]
path = vendor/utfcpp
url = https://github.com/nemtrif/utfcpp.git
[submodule "vendor/yojimbo"]
path = vendor/yojimbo
url = https://github.com/citizenfx/yojimbo.git
[submodule "vendor/libsodium"]
path = vendor/libsodium
url = https://github.com/jedisct1/libsodium.git
[submodule "vendor/mbedtls"]
path = vendor/mbedtls
url = https://github.com/ARMmbed/mbedtls.git
[submodule "vendor/netcode.io"]
path = vendor/netcode.io
url = https://github.com/citizenfx/netcode.io.git
[submodule "vendor/reliable.io"]
path = vendor/reliable.io
url = https://github.com/citizenfx/reliable.io.git
[submodule "vendor/websocketpp"]
path = vendor/websocketpp
url = https://github.com/citizenfx/websocketpp.git
[submodule "vendor/slikenet"]
path = vendor/slikenet
url = https://github.com/SLikeSoft/SLikeNet.git
[submodule "vendor/replxx"]
path = vendor/replxx
url = https://github.com/blattersturm/replxx.git
[submodule "vendor/thread-pool-cpp"]
path = vendor/thread-pool-cpp
url = https://github.com/inkooboo/thread-pool-cpp.git
[submodule "vendor/ben-demystifier"]
path = vendor/ben-demystifier
url = https://github.com/citizenfx/Ben.Demystifier.git
[submodule "vendor/cpp-url"]
path = vendor/cpp-url
url = https://github.com/cpp-netlib/url.git
[submodule "vendor/win2d"]
path = vendor/win2d
url = https://github.com/citizenfx/Win2D.git
[submodule "vendor/uvw"]
path = vendor/uvw
url = https://github.com/skypjack/uvw.git
[submodule "vendor/uws"]
path = vendor/uws
url = https://github.com/uNetworking/uWebSockets.git
[submodule "vendor/uSockets"]
path = vendor/uSockets
url = https://github.com/uNetworking/uSockets.git
[submodule "vendor/toojpeg"]
path = vendor/toojpeg
url = https://github.com/stbrumme/toojpeg.git
[submodule "vendor/bgfx"]
path = vendor/bgfx
url = https://github.com/citizenfx/bgfx.git
[submodule "vendor/bx"]
path = vendor/bx
url = https://github.com/bkaradzic/bx.git
[submodule "vendor/bimg"]
path = vendor/bimg
url = https://github.com/bkaradzic/bimg.git
[submodule "vendor/nngpp"]
path = vendor/nngpp
url = https://github.com/citizenfx/nngpp.git
[submodule "vendor/vulkan-headers"]
path = vendor/vulkan-headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "vendor/grpc"]
path = vendor/grpc
url = https://github.com/grpc/grpc.git
[submodule "vendor/librw"]
path = vendor/librw
url = https://github.com/blattersturm/librw.git
[submodule "vendor/librwgta"]
path = vendor/librwgta
url = https://github.com/aap/librwgta.git
[submodule "vendor/labsound"]
path = vendor/labsound
url = https://github.com/LabSound/LabSound
[submodule "vendor/libnyquist"]
path = vendor/libnyquist
url = https://github.com/ddiakopoulos/libnyquist.git
[submodule "ext/txAdmin"]
path = ext/txAdmin
url = https://github.com/citizenfx/txAdmin.git
[submodule "vendor/prometheus-cpp"]
path = vendor/prometheus-cpp
url = https://github.com/jupp0r/prometheus-cpp.git
[submodule "vendor/folly"]
path = vendor/folly
url = https://github.com/facebook/folly.git
[submodule "ext/native-doc-tooling"]
path = ext/native-doc-tooling
url = https://github.com/citizenfx/native-doc-tooling
[submodule "vendor/concurrentqueue"]
path = vendor/concurrentqueue
url = https://github.com/cameron314/concurrentqueue.git
[submodule "vendor/xenium"]
path = vendor/xenium
url = https://github.com/mpoeter/xenium
[submodule "vendor/re3"]
path = vendor/re3
url = https://github.com/blattersturm/re3.git
[submodule "vendor/rocksdb"]
path = vendor/rocksdb
url = https://github.com/facebook/rocksdb.git
[submodule "vendor/ngtcp2"]
path = vendor/ngtcp2
url = https://github.com/ngtcp2/ngtcp2.git
[submodule "vendor/nghttp3"]
path = vendor/nghttp3
url = https://github.com/ngtcp2/nghttp3.git
[submodule "vendor/lua-cmsgpack"]
path = vendor/lua-cmsgpack
url = https://github.com/citizenfx/lua-cmsgpack.git
branch = grit
[submodule "vendor/lua-rapidjson"]
path = vendor/lua-rapidjson
url = https://github.com/citizenfx/lua-rapidjson.git
branch = grit
[submodule "vendor/lua"]
path = vendor/lua
url = https://github.com/citizenfx/lua.git
branch = grit
[submodule "vendor/tinygltf"]
path = vendor/tinygltf
url = https://github.com/syoyo/tinygltf.git
[submodule "vendor/lss"]
path = vendor/lss
url = https://chromium.googlesource.com/linux-syscall-support/
[submodule "vendor/range-v3"]
path = vendor/range-v3
url = https://github.com/ericniebler/range-v3.git
[submodule "vendor/eabase"]
path = vendor/eabase
url = https://github.com/electronicarts/EABase.git
[submodule "vendor/directxtex"]
path = vendor/directxtex
url = https://github.com/microsoft/DirectXTex.git
[submodule "vendor/hoard"]
path = vendor/hoard
url = https://github.com/emeryberger/Hoard.git
[submodule "vendor/heap-layers"]
path = vendor/heap-layers
url = https://github.com/emeryberger/Heap-Layers.git
[submodule "ext/jexl-eval/deps/jexl-rs"]
path = ext/jexl-eval/deps/jexl-rs
url = https://github.com/blattersturm/jexl-rs