-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy path.gitmodules
42 lines (42 loc) · 1.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
[submodule "deps/SFML"]
path = deps/SFML
url = https://github.com/Alia5/SFML
[submodule "deps/WinReg"]
path = deps/WinReg
url = https://github.com/GiovanniDicanio/WinReg
[submodule "deps/spdlog"]
path = deps/spdlog
url = https://github.com/gabime/spdlog
[submodule "deps/subhook"]
path = deps/subhook
url = https://github.com/Zeex/subhook
[submodule "deps/ValveFileVDF"]
path = deps/ValveFileVDF
url = https://github.com/TinyTinni/ValveFileVDF
[submodule "deps/ViGEmClient"]
path = deps/ViGEmClient
url = https://github.com/ViGEm/ViGEmClient
[submodule "deps/imgui"]
path = deps/imgui
url = https://github.com/ocornut/imgui/
[submodule "deps/imgui-sfml"]
path = deps/imgui-sfml
url = https://github.com/eliasdaler/imgui-sfml
[submodule "deps/json"]
path = deps/json
url = https://github.com/nlohmann/json
[submodule "deps/traypp"]
path = deps/traypp
url = https://github.com/Soundux/traypp
[submodule "deps/fifo_map"]
path = deps/fifo_map
url = https://github.com/nlohmann/fifo_map
[submodule "deps/Shortcuts_VDF"]
path = deps/Shortcuts_VDF
url = https://github.com/Alia5/Shortcuts_VDF
[submodule "deps/cpp-httplib"]
path = deps/cpp-httplib
url = https://github.com/yhirose/cpp-httplib
[submodule "deps/easywsclient"]
path = deps/easywsclient
url = https://github.com/dhbaird/easywsclient