-
Notifications
You must be signed in to change notification settings - Fork 45
/
.gitmodules
32 lines (32 loc) · 1.09 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
[submodule "src/redscript/codeware"]
path = src/redscript/codeware
url = [email protected]:jackhumbert/cp2077-codeware.git
[submodule "deps/red4ext.sdk"]
path = deps/red4ext.sdk
url = [email protected]:jackhumbert/RED4ext.SDK.git
branch = new-types
[submodule "deps/cyberpunk_cmake"]
path = deps/cyberpunk_cmake
url = [email protected]:jackhumbert/cyberpunk_cmake.git
[submodule "deps/mod_settings"]
path = deps/mod_settings
url = [email protected]:jackhumbert/mod_settings.git
[submodule "deps/input_loader"]
path = deps/input_loader
url = [email protected]:jackhumbert/cyberpunk2077-input-loader.git
[submodule "deps/red_lib"]
path = deps/red_lib
url = https://github.com/jackhumbert/cp2077-red-lib.git
branch = jack
[submodule "deps/spdlog"]
path = deps/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "deps/detours"]
path = deps/detours
url = https://github.com/microsoft/Detours.git
[submodule "deps/archive_xl"]
path = deps/archive_xl
url = https://github.com/psiberx/cp2077-archive-xl
[submodule "deps/tweak_xl"]
path = deps/tweak_xl
url = https://github.com/psiberx/cp2077-tweak-xl.git