forked from HipsterSloth/PSVRTracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 960 Bytes
/
.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
[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/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/eigenteam/eigen-git-mirror.git
[submodule "thirdparty/kalman"]
path = thirdparty/kalman
url = https://github.com/mherb/kalman.git
[submodule "thirdparty/Configuru"]
path = thirdparty/Configuru
url = https://github.com/emilk/Configuru.git
[submodule "thirdparty/lockfreequeue"]
path = thirdparty/lockfreequeue
url = https://github.com/cameron314/readerwriterqueue.git