-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 1.03 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
[submodule "Android/common/stb"]
path = Android/common/stb
url = https://github.com/nothings/stb.git
[submodule "Android/common/ogg"]
path = Android/common/ogg
url = https://github.com/xiph/ogg.git
[submodule "Android/common/vorbis"]
path = Android/common/vorbis
url = https://github.com/xiph/vorbis.git
[submodule "Android/common/oboe"]
path = Android/common/oboe
url = https://github.com/google/oboe.git
[submodule "Sources/external/glfw"]
path = src/submodules/glfw
url = https://github.com/glfw/glfw.git
[submodule "Sources/external/ogg"]
path = src/submodules/ogg
url = https://github.com/xiph/ogg.git
[submodule "Sources/external/vorbis"]
path = src/submodules/vorbis
url = https://github.com/xiph/vorbis.git
[submodule "Sources/external/rtaudio"]
path = src/submodules/rtaudio
url = https://github.com/thestk/rtaudio.git
[submodule "Sources/external/stbi"]
path = src/submodules/stb
url = https://github.com/nothings/stb.git
[submodule "src/submodules/imgui"]
path = src/submodules/imgui
url = https://github.com/ocornut/imgui.git