blob: 6d030bdd5dc836784abb968ae127f7cbd534d0cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[submodule "aruco"]
path = aruco
url = https://github.com/opentrack/aruco.git
[submodule "LibOVR-140"]
path = LibOVR-140
url = https://github.com/opentrack/LibOVR.git
[submodule "openvr"]
path = steamvr
url = https://github.com/opentrack/openvr.git
branch = master
[submodule "eigen"]
path = eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "libusb"]
path = libusb
url = https://github.com/libusb/libusb.git
[submodule "onnxruntime"]
path = onnxruntime
url = https://github.com/microsoft/onnxruntime.git
[submodule "trackhat-c-library-driver"]
path = trackhat-c-library-driver
url = https://github.com/opentrack/trackhat-c-library-driver.git
branch = fixes3
|