-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.gitmodules
43 lines (43 loc) · 1.31 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
[submodule "libs/luafilesystem"]
path = libs/luafilesystem
url = https://github.com/lunarmodules/luafilesystem
[submodule "libs/zydis"]
path = libs/zydis
url = https://github.com/zyantific/zydis.git
[submodule "libs/NaturalSort"]
path = libs/NaturalSort
url = https://github.com/scopeInfinity/NaturalSort
[submodule "libs/freetype"]
path = libs/freetype
url = https://gitlab.freedesktop.org/freetype/freetype.git
[submodule "libs/rapidxml"]
path = libs/rapidxml
url = https://github.com/discord/rapidxml
[submodule "libs/LuaBridge"]
path = libs/LuaBridge
url = https://github.com/vinniefalco/LuaBridge
[submodule "libs/antlr4"]
path = libs/antlr4
url = https://github.com/IsaacZHL/antlr4
branch = stable
[submodule "libs/rapidjson"]
path = libs/rapidjson
url = https://github.com/Tencent/rapidjson
[submodule "libs/lua"]
path = libs/lua
url = https://github.com/IsaacZHL/lua
[submodule "libs/mINI"]
path = libs/mINI
url = https://github.com/pulzed/mINI
[submodule "libs/curl"]
path = libs/curl
url = https://github.com/curl/curl
[submodule "libs/cryptopp-cmake"]
path = libs/cryptopp-cmake
url = https://github.com/abdes/cryptopp-cmake
[submodule "libs/imgui"]
path = libs/imgui
url = https://github.com/TeamREPENTOGON/imgui
[submodule "Launcher"]
path = Launcher
url = https://github.com/TeamREPENTOGON/Launcher.git