forked from psmoveservice/PSMoveService
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
40 lines (40 loc) · 1.41 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
[submodule "thirdparty/libusb"]
path = thirdparty/libusb
url = https://github.com/libusb/libusb.git
[submodule "thirdparty/hidapi"]
path = thirdparty/hidapi
url = https://github.com/signal11/hidapi.git
[submodule "thirdparty/PS3EYEDriver"]
path = thirdparty/PS3EYEDriver
url = https://github.com/inspirit/PS3EYEDriver.git
[submodule "thirdparty/type_index"]
path = thirdparty/type_index
url = https://github.com/boostorg/type_index.git
[submodule "thirdparty/Boost.Application"]
path = thirdparty/Boost.Application
url = https://github.com/retf/Boost.Application.git
branch = 4.8
[submodule "thirdparty/protobuf"]
path = thirdparty/protobuf
url = https://github.com/google/protobuf.git
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = https://github.com/ocornut/imgui.git
[submodule "thirdparty/stb"]
path = thirdparty/stb
url = https://github.com/nothings/stb.git
[submodule "thirdparty/SDL2"]
path = thirdparty/SDL2
url = https://github.com/spurious/SDL-mirror.git
[submodule "thirdparty/eigen"]
path = thirdparty/eigen
url = https://github.com/RLovelett/eigen.git
[submodule "thirdparty/openvr"]
path = thirdparty/openvr
url = https://github.com/ValveSoftware/openvr.git
[submodule "thirdparty/kalman"]
path = thirdparty/kalman
url = https://github.com/mherb/kalman.git
[submodule "thirdparty/libstem_gamepad"]
path = thirdparty/libstem_gamepad
url = https://github.com/ThemsAllTook/libstem_gamepad.git