-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitmodules
28 lines (28 loc) · 935 Bytes
/
.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
[submodule "3rdparty/minimidi"]
path = 3rdparty/minimidi
url = https://github.com/lzqlzzq/minimidi.git
[submodule "3rdparty/pdqsort"]
path = 3rdparty/pdqsort
url = https://github.com/orlp/pdqsort.git
[submodule "zpp_bits"]
path = 3rdparty/zpp_bits
url = https://github.com/eyalz800/zpp_bits.git
[submodule "3rdparty/fmt"]
path = 3rdparty/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "3rdparty/nanobench"]
path = 3rdparty/nanobench
url = https://github.com/martinus/nanobench.git
[submodule "3rdparty/abcmidi"]
path = 3rdparty/abcmidi
url = https://github.com/Yikai-Liao/abcmidi.git
[submodule "3rdparty/prestosynth"]
path = 3rdparty/prestosynth
url = https://github.com/lzqlzzq/prestosynth.git
[submodule "3rdparty/pyvec"]
path = 3rdparty/pyvec
url = https://github.com/Yikai-Liao/pyvec.git
[submodule "3rdparty/nanobind"]
path = 3rdparty/nanobind
url = https://github.com/wjakob/nanobind.git
tag = v2.2.0