forked from meshula/LabSoundGraphToy
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 669 Bytes
/
.gitmodules
File metadata and controls
21 lines (21 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "third/LabSound"]
path = third/LabSound
url = https://github.com/LabSound/LabSound.git
[submodule "third/imgui"]
path = third/imgui
url = https://github.com/ocornut/imgui.git
[submodule "third/sokol"]
path = third/sokol
url = https://github.com/floooh/sokol.git
[submodule "third/LabMidi"]
path = third/LabMidi
url = https://github.com/meshula/LabMidi.git
[submodule "third/tinyosc"]
path = third/tinyosc
url = https://github.com/ddiakopoulos/tinyosc.git
[submodule "third/rapidjson"]
path = third/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "third/CLI11"]
path = third/CLI11
url = https://github.com/CLIUtils/CLI11.git