-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
63 lines (63 loc) · 1.78 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
[submodule "deps/antlr4"]
path = deps/antlr4
url = https://github.com/antlr/antlr4
[submodule "deps/Detours"]
path = deps/Detours
url = https://github.com/microsoft/Detours
branch = 4.0.1
[submodule "deps/zlib"]
path = deps/zlib
url = https://github.com/madler/zlib
branch = master
[submodule "deps/jit-lua"]
path = deps/jit-lua
url = https://github.com/Pirulax/luajit-premake
branch = master
[submodule "deps/ps4debug"]
path = deps/ps4debug
url = https://github.com/jogolden/ps4debug
branch = master
[submodule ".\\deps\\ps4debug\\"]
url = https://github.com/ate47/ps4debug
[submodule "deps/asmjit"]
path = deps/asmjit
url = https://github.com/asmjit/asmjit
[submodule "deps/casclib"]
path = deps/casclib
url = https://github.com/ladislav-zezula/CascLib
[submodule "deps/lz4"]
path = deps/lz4
url = https://github.com/lz4/lz4
[submodule "deps/imgui"]
path = deps/imgui
url = https://github.com/ocornut/imgui
[submodule "deps/hw_break"]
path = deps/hw_break
url = https://github.com/ate47/hw_break
[submodule "deps/rapidjson"]
path = deps/rapidjson
url = https://github.com/Tencent/rapidjson
[submodule "deps/dbflib"]
path = deps/dbflib
url = https://github.com/ate47/dbflib
[submodule "deps/json-rpc-cxx"]
path = deps/json-rpc-cxx
url = https://github.com/jsonrpcx/json-rpc-cxx
[submodule "deps/json"]
path = deps/json
url = https://github.com/nlohmann/json
[submodule "deps/rapidcsv"]
path = deps/rapidcsv
url = https://github.com/d99kris/rapidcsv
[submodule "deps/curl"]
path = deps/curl
url = https://github.com/curl/curl
[submodule "deps/glfw"]
path = deps/glfw
url = https://github.com/glfw/glfw
[submodule "deps/thread-pool"]
path = deps/thread-pool
url = https://github.com/bshoshany/thread-pool
[submodule "deps/stb"]
path = deps/stb
url = https://github.com/nothings/stb