Fix missing module

This commit is contained in:
Zachary Hall 2024-04-24 10:02:59 -07:00
parent ee3962bda2
commit 36d4d47c00

3
.gitmodules vendored
View file

@ -13,3 +13,6 @@
[submodule "backends/ui/imgui/imgui"] [submodule "backends/ui/imgui/imgui"]
path = backends/ui/imgui/imgui path = backends/ui/imgui/imgui
url = https://github.com/ocornut/imgui.git url = https://github.com/ocornut/imgui.git
[submodule "subprojects/soundtouch"]
path = subprojects/soundtouch
url = https://codeberg.org/soundtouch/soundtouch.git