forked from VCVRack/Rack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 689 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 "dep/nanovg"]
path = dep/nanovg
url = https://github.com/memononen/nanovg.git
ignore = untracked
[submodule "dep/nanosvg"]
path = dep/nanosvg
url = https://github.com/memononen/nanosvg.git
ignore = untracked
[submodule "dep/osdialog"]
path = dep/osdialog
url = https://github.com/AndrewBelt/osdialog.git
ignore = untracked
[submodule "dep/oui-blendish"]
path = dep/oui-blendish
url = https://github.com/AndrewBelt/oui-blendish.git
ignore = untracked
[submodule "dep/rtaudio"]
path = dep/rtaudio
url = https://github.com/thestk/rtaudio.git
ignore = untracked
[submodule "dep/glfw"]
path = dep/glfw
url = https://github.com/AndrewBelt/glfw.git
ignore = untracked