-
Notifications
You must be signed in to change notification settings - Fork 439
/
.gitmodules
46 lines (46 loc) · 1.37 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
37
38
39
40
41
42
43
44
45
46
[submodule "dep/nanovg"]
path = dep/nanovg
url = https://github.com/VCVRack/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/VCVRack/oui-blendish.git
ignore = untracked
[submodule "dep/rtaudio"]
path = dep/rtaudio
url = https://github.com/VCVRack/rtaudio.git
ignore = untracked
[submodule "dep/glfw"]
path = dep/glfw
url = https://github.com/VCVRack/glfw.git
ignore = untracked
[submodule "dep/fuzzysearchdatabase"]
path = dep/fuzzysearchdatabase
url = https://bitbucket.org/j_norberg/fuzzysearchdatabase.git
[submodule "dep/filesystem"]
path = dep/filesystem
url = https://github.com/gulrak/filesystem.git
[submodule "dep/pffft"]
path = dep/pffft
url = https://bitbucket.org/jpommier/pffft.git
[submodule "dep/rtmidi"]
path = dep/rtmidi
url = https://github.com/VCVRack/rtmidi.git
[submodule "dep/tinyexpr"]
path = dep/tinyexpr
url = https://github.com/codeplea/tinyexpr.git
[submodule "dep/speexdsp"]
path = dep/speexdsp
url = https://gitlab.xiph.org/xiph/speexdsp.git
ignore = untracked
[submodule "dep/simde"]
path = dep/simde
url = https://github.com/simd-everywhere/simde.git