forked from bitfieldaudio/OTTO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 798 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
[submodule "external/GSL"]
path = external/GSL
url = https://github.com/Microsoft/GSL
[submodule "external/nanovg"]
path = external/nanovg
url = https://github.com/memononen/nanovg
[submodule "external/fmt"]
path = external/fmt
url = https://github.com/fmtlib/fmt
[submodule "external/NanoCanvas"]
path = external/NanoCanvas
url = https://github.com/topisani/NanoCanvas
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui
[submodule "external/range-v3"]
path = external/range-v3
url = https://github.com/ericniebler/range-v3
[submodule "external/tiny-process-library"]
path = external/tiny-process-library
url = https://github.com/eidheim/tiny-process-library