forked from bitfieldaudio/OTTO
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 1008 Bytes
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 1008 Bytes
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 "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
[submodule "external/Gamma"]
path = external/Gamma
url = https://github.com/LancePutnam/Gamma
[submodule "external/foonathan_array"]
path = external/foonathan_array
url = https://github.com/foonathan/array