-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.gitmodules
More file actions
32 lines (32 loc) · 949 Bytes
/
Copy path.gitmodules
File metadata and controls
32 lines (32 loc) · 949 Bytes
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 "ThirdParty/openvr"]
path = ThirdParty/openvr
url = https://github.com/ValveSoftware/openvr
shallow = true
[submodule "ThirdParty/minhook"]
path = ThirdParty/minhook
url = https://github.com/TsudaKageyu/minhook
shallow = true
[submodule "ThirdParty/json"]
path = ThirdParty/json
url = https://github.com/nlohmann/json
branch = master
shallow = true
[submodule "ThirdParty/easywsclient"]
path = ThirdParty/easywsclient
url = https://github.com/dhbaird/easywsclient
shallow = true
[submodule "ThirdParty/zlib"]
path = ThirdParty/zlib
url = https://github.com/madler/zlib
shallow = true
[submodule "ThirdParty/pvr"]
path = ThirdParty/pvr
url = https://github.com/mbucchia/PVR.git
shallow = true
[submodule "ThirdParty/hidapi"]
path = ThirdParty/hidapi
url = https://github.com/libusb/hidapi
shallow = true
[submodule "ThirdParty/LightHook"]
path = ThirdParty/LightHook
url = https://github.com/SamuelTulach/LightHook