-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitmodules
30 lines (30 loc) · 940 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
28
29
30
[submodule "ext/czmq"]
path = ext/czmq
url = https://github.com/zeromq/czmq.git
[submodule "ext/libsphactor"]
path = ext/libsphactor
url = https://github.com/hku-ect/libsphactor.git
[submodule "ext/glm"]
path = ext/glm
url = https://github.com/g-truc/glm
[submodule "ext/StackWalker"]
path = ext/StackWalker
url = https://github.com/JochenKalmbach/StackWalker.git
[submodule "ext/openvr"]
path = ext/openvr
url = https://github.com/ValveSoftware/openvr
[submodule "ext/rtmidi"]
path = ext/rtmidi
url = https://github.com/thestk/rtmidi
[submodule "ext/SDL"]
path = ext/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "ext/ImGuiColorTextEdit"]
path = ext/ImGuiColorTextEdit
url = https://github.com/sphaero/ImGuiColorTextEdit.git
[submodule "imgui"]
path = ext/imgui
url = https://github.com/ocornut/imgui.git
[submodule "ext/ImFileDialog"]
path = ext/ImFileDialog
url = https://github.com/sphaero/ImFileDialog