-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitmodules
33 lines (33 loc) · 1.1 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
[submodule "alliedmodders/hl2sdk"]
path = alliedmodders/hl2sdk
url = https://github.com/swiftly-solution/hl2sdk
branch = cs2
[submodule "alliedmodders/metamod"]
path = alliedmodders/metamod
url = https://github.com/alliedmodders/metamod-source
[submodule "vendor/dynlib"]
path = vendor/dynlib
url = https://github.com/komashchenko/DynLibUtils
[submodule "vendor/json"]
path = vendor/json
url = https://github.com/Tencent/rapidjson
[submodule "hl2sdk-manifests"]
path = hl2sdk-manifests
url = https://github.com/alliedmodders/hl2sdk-manifests
[submodule "vendor/msgpack"]
path = vendor/msgpack
url = https://github.com/msgpack/msgpack-c
branch = cpp_master
[submodule "vendor/json-lua"]
path = vendor/json-lua
url = https://github.com/xpol/lua-rapidjson
[submodule "vendor/asmjit"]
path = vendor/asmjit
url = https://github.com/asmjit/asmjit
branch = 51b10b19b6631434d3f9ad536a6fb140944a36d2
[submodule "vendor/swiftly-ext"]
path = vendor/swiftly-ext
url = https://github.com/swiftly-solution/swiftly-ext
[submodule "vendor/embedder"]
path = vendor/embedder
url = https://github.com/swiftly-solution/embedder