-
Notifications
You must be signed in to change notification settings - Fork 38
/
.gitmodules
36 lines (36 loc) · 1.14 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
[submodule "external/hap"]
path = external/hap
url = https://github.com/Vidvox/hap.git
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui.git
[submodule "external/cppzmq"]
path = external/cppzmq
url = https://github.com/zeromq/cppzmq.git
[submodule "external/libltc"]
path = external/libltc
url = https://github.com/x42/libltc.git
[submodule "external/glm"]
path = external/glm
url = https://github.com/g-truc/glm.git
[submodule "external/doctest"]
path = external/doctest
url = https://github.com/onqtam/doctest
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw.git
[submodule "external/snappy"]
path = external/snappy
url = https://github.com/google/snappy.git
[submodule "external/zmq"]
path = external/zmq
url = https://github.com/zeromq/libzmq.git
[submodule "external/flamegraph"]
path = external/flamegraph
url = https://github.com/brendangregg/FlameGraph.git
[submodule "external/tracy"]
path = external/tracy
url = https://github.com/wolfpld/tracy.git
[submodule "external/stduuid"]
path = external/stduuid
url = https://github.com/mariusbancila/stduuid.git