forked from JaCzekanski/Avocado
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
34 lines (34 loc) · 1.09 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
[submodule "externals/SDL2"]
path = externals/SDL2
url = https://github.com/spurious/SDL-mirror
ignore = dirty
[submodule "externals/imgui"]
path = externals/imgui
url = https://github.com/ocornut/imgui
[submodule "externals/glm"]
path = externals/glm
url = https://github.com/g-truc/glm.git
[submodule "externals/json"]
path = externals/json
url = https://github.com/nlohmann/json.git
[submodule "externals/catch"]
path = externals/catch
url = https://github.com/catchorg/Catch2.git
[submodule "externals/flac"]
path = externals/flac
url = https://github.com/xiph/flac
[submodule "externals/lzma"]
path = externals/lzma
url = https://github.com/jljusten/LZMA-SDK
[submodule "externals/libchdr"]
path = externals/libchdr
url = https://github.com/JaCzekanski/libchdr
[submodule "premake/androidmk"]
path = premake/androidmk
url = https://github.com/JaCzekanski/premake-androidmk.git
[submodule "externals/filesystem"]
path = externals/filesystem
url = https://github.com/gulrak/filesystem.git
[submodule "externals/EventBus"]
path = externals/EventBus
url = https://github.com/gelldur/EventBus.git