looper/.gitmodules
Zachary Hall 0b1db2d523
Some checks failed
Build / build-gentoo (push) Failing after 2m19s
Build / get-source-code (push) Has been cancelled
Build / build-android (push) Has been cancelled
Build / build-windows (push) Has been cancelled
Build / build-appimage (push) Has been cancelled
Remove unnecessary subproject
2024-10-20 15:14:11 -07:00

59 lines
1.9 KiB
Text

[submodule "backends/ui/imgui/IconFontCppHeaders"]
path = backends/ui/imgui/IconFontCppHeaders
url = https://github.com/juliettef/IconFontCppHeaders.git
required = true
[submodule "subprojects/SDL-Mixer-X"]
path = subprojects/SDL-Mixer-X
url = https://github.com/WohlSoft/SDL-Mixer-X.git
branch = 22aed1f6bcfa6912a34d3241edf3bd90498a6bc2
required = true
[submodule "subprojects/jsoncpp"]
path = subprojects/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp
branch = master
required = true
[submodule "subprojects/vgmstream"]
path = subprojects/vgmstream
url = https://github.com/vgmstream/vgmstream.git
branch = master
required = true
[submodule "backends/ui/imgui/imgui"]
path = backends/ui/imgui/imgui
url = https://github.com/ocornut/imgui.git
branch = v1.91.2-docking
required = true
[submodule "subprojects/soundtouch"]
path = subprojects/soundtouch
url = https://codeberg.org/soundtouch/soundtouch.git
required = false
[submodule "subprojects/SDL"]
path = subprojects/SDL
url = https://github.com/libsdl-org/SDL.git
required = false
[submodule "subprojects/SDL_image"]
path = subprojects/SDL_image
url = https://github.com/libsdl-org/SDL_image.git
required = false
[submodule "subprojects/libintl-lite"]
path = subprojects/libintl-lite
url = https://github.com/hathlife/libintl-lite.git
required = false
[submodule "subprojects/oboe"]
path = subprojects/oboe
url = https://github.com/google/oboe.git
required = false
[submodule "subprojects/protobuf"]
path = subprojects/protobuf
url = https://github.com/protocolbuffers/protobuf.git
required = false
[submodule "subprojects/fmt"]
path = subprojects/fmt
url = https://github.com/fmtlib/fmt.git
branch = master
required = true
[submodule "subprojects/googletest"]
path = subprojects/googletest
url = https://github.com/google/googletest.git
[submodule "subprojects/protobuf-c"]
path = subprojects/protobuf-c
url = https://github.com/protobuf-c/protobuf-c.git