-
Notifications
You must be signed in to change notification settings - Fork 26
/
.gitmodules
50 lines (50 loc) · 1.58 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
47
48
49
50
[submodule "third_party/JUCE"]
path = third_party/JUCE
url = https://github.com/WeAreROLI/JUCE.git
ignore = dirty
[submodule "juce-widgets"]
path = juce-widgets
url = https://github.com/christofmuc/juce-widgets.git
branch = master
[submodule "juce-utils"]
path = juce-utils
url = https://github.com/christofmuc/juce-utils.git
branch = master
[submodule "third_party/dtl"]
path = third_party/dtl
url = https://github.com/cubicdaiya/dtl.git
[submodule "third_party/SQLiteCpp"]
path = third_party/SQLiteCpp
url = https://github.com/SRombauts/SQLiteCpp.git
ignore = dirty
[submodule "third_party/pybind11"]
path = third_party/pybind11
url = https://github.com/pybind/pybind11.git
ignore = dirty
[submodule "pytschirp"]
path = pytschirp
url = https://github.com/christofmuc/pytschirp.git
branch = master
[submodule "third_party/sentry-native"]
path = third_party/sentry-native
url = https://github.com/getsentry/sentry-native.git
branch = master
ignore = dirty
[submodule "third_party/Gin"]
path = third_party/Gin
url = https://github.com/FigBug/Gin.git
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/nlohmann/json.git
[submodule "third_party/json-schema-validator"]
path = third_party/json-schema-validator
url = https://github.com/pboettch/json-schema-validator.git
[submodule "third_party/fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "MidiKraft"]
path = MidiKraft
url = https://github.com/christofmuc/MidiKraft.git
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog.git