-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitmodules
45 lines (45 loc) · 1.48 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
[submodule "boost"]
path = externals/boost
url = https://github.com/vvanelslande/vvctre-boost.git
[submodule "nihstro"]
path = externals/nihstro
url = https://github.com/neobrain/nihstro.git
[submodule "soundtouch"]
path = externals/soundtouch
url = https://github.com/vvanelslande/vvctre-soundtouch.git
[submodule "dynarmic"]
path = externals/dynarmic
url = https://github.com/MerryMage/dynarmic.git
[submodule "xbyak"]
path = externals/xbyak
url = https://github.com/herumi/xbyak.git
[submodule "cryptopp"]
path = externals/cryptopp/cryptopp
url = https://github.com/weidai11/cryptopp.git
[submodule "fmt"]
path = externals/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "cubeb"]
path = externals/cubeb
url = https://github.com/kinetiknz/cubeb.git
[submodule "teakra"]
path = externals/teakra
url = https://github.com/wwylele/teakra.git
[submodule "imgui"]
path = externals/imgui
url = https://github.com/ocornut/imgui.git
[submodule "clip"]
path = externals/clip
url = https://github.com/dacap/clip.git
[submodule "portable-file-dialogs"]
path = externals/portable-file-dialogs
url = https://github.com/samhocevar/portable-file-dialogs.git
[submodule "stb"]
path = externals/stb
url = https://github.com/nothings/stb.git
[submodule "enet"]
path = externals/enet
url = https://github.com/lsalzman/enet.git
[submodule "asl"]
path = externals/asl
url = https://github.com/aslze/asl.git