Merge pull request #1075 from paulfd/submodule-fixes
Remove shallowness and target the sfztools/master branch in vstgui
This commit is contained in:
commit
871e1b948c
2 changed files with 1 additions and 12 deletions
11
.gitmodules
vendored
11
.gitmodules
vendored
|
|
@ -1,44 +1,33 @@
|
|||
[submodule "external/abseil-cpp"]
|
||||
path = external/abseil-cpp
|
||||
url = https://github.com/abseil/abseil-cpp.git
|
||||
branch = lts_2020_02_25
|
||||
shallow = true
|
||||
[submodule "vst/external/VST_SDK/VST3_SDK/base"]
|
||||
path = plugins/vst/external/VST_SDK/VST3_SDK/base
|
||||
url = https://github.com/steinbergmedia/vst3_base.git
|
||||
shallow = true
|
||||
[submodule "vst/external/VST_SDK/VST3_SDK/pluginterfaces"]
|
||||
path = plugins/vst/external/VST_SDK/VST3_SDK/pluginterfaces
|
||||
url = https://github.com/steinbergmedia/vst3_pluginterfaces.git
|
||||
shallow = true
|
||||
[submodule "vst/external/VST_SDK/VST3_SDK/public.sdk"]
|
||||
path = plugins/vst/external/VST_SDK/VST3_SDK/public.sdk
|
||||
url = https://github.com/steinbergmedia/vst3_public_sdk.git
|
||||
shallow = true
|
||||
[submodule "vst/external/VST_SDK/VST3_SDK/vstgui4"]
|
||||
path = plugins/editor/external/vstgui4
|
||||
url = https://github.com/sfztools/vstgui.git
|
||||
branch = vstgui4_10_2-hotfix
|
||||
[submodule "external/st_audiofile/thirdparty/dr_libs"]
|
||||
path = external/st_audiofile/thirdparty/dr_libs
|
||||
url = https://github.com/mackron/dr_libs.git
|
||||
shallow = true
|
||||
[submodule "external/st_audiofile/thirdparty/stb_vorbis"]
|
||||
path = external/st_audiofile/thirdparty/stb_vorbis
|
||||
url = https://github.com/sfztools/stb_vorbis.git
|
||||
shallow = true
|
||||
[submodule "external/st_audiofile/thirdparty/libaiff"]
|
||||
path = external/st_audiofile/thirdparty/libaiff
|
||||
url = https://github.com/sfztools/libaiff.git
|
||||
shallow = true
|
||||
[submodule "vst/external/sfzt_auwrapper"]
|
||||
path = plugins/vst/external/sfzt_auwrapper
|
||||
url = https://github.com/sfztools/sfzt_auwrapper.git
|
||||
shallow = true
|
||||
[submodule "external/filesystem"]
|
||||
path = external/filesystem
|
||||
url = https://github.com/gulrak/filesystem.git
|
||||
shallow = true
|
||||
[submodule "external/simde"]
|
||||
path = external/simde
|
||||
url = https://github.com/simd-everywhere/simde.git
|
||||
|
|
|
|||
2
plugins/editor/external/vstgui4
vendored
2
plugins/editor/external/vstgui4
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 7ea1407dd48e13c533bea575d8539fd8d5a28493
|
||||
Subproject commit 630db26be83f8a1d4bd04926fa45ad10995d2b85
|
||||
Loading…
Add table
Reference in a new issue