forked from fivem-wl/wl-fivem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
135 lines (135 loc) · 4.29 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
[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/cpp-uri"]
path = vendor/cpp-uri
url = https://github.com/cpp-netlib/uri.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/ocornut/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/openssl/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/zaphoyd/websocketpp.git
[submodule "vendor/slikenet"]
path = vendor/slikenet
url = https://github.com/SLikeSoft/SLikeNet.git