forked from ArcticFox8515/OpenVR-SpaceCalibrator
-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path.gitmodules
More file actions
36 lines (36 loc) · 1.1 KB
/
Copy path.gitmodules
File metadata and controls
36 lines (36 loc) · 1.1 KB
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
[submodule "vendor/imgui"]
path = vendor/imgui
url = https://github.com/ocornut/imgui
[submodule "vendor/openvr"]
path = vendor/openvr
url = https://github.com/ValveSoftware/openvr
[submodule "vendor/glfw"]
path = vendor/glfw
url = https://github.com/glfw/glfw
[submodule "vendor/minhook"]
path = vendor/minhook
url = https://github.com/TsudaKageyu/minhook
[submodule "vendor/fmt"]
path = vendor/fmt
url = https://github.com/fmtlib/fmt
[submodule "vendor/quill"]
path = vendor/quill
url = https://github.com/odygrd/quill
[submodule "vendor/glaze"]
path = vendor/glaze
url = https://github.com/stephenberry/glaze.git
[submodule "vendor/volk"]
path = vendor/volk
url = https://github.com/zeux/volk.git
[submodule "vendor/Vulkan-Headers"]
path = vendor/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "vendor/implot"]
path = vendor/implot
url = https://github.com/epezent/implot
[submodule "vendor/simpleble"]
path = vendor/simpleble
url = https://github.com/simpleble/simpleble
[submodule "vendor/implot3d"]
path = vendor/implot3d
url = git@github.com:brenocq/implot3d.git