-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
.gitmodules
40 lines (40 loc) · 1.29 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
[submodule "externals/SDL2"]
path = externals/SDL2
url = https://github.com/libsdl-org/SDL
ignore = dirty
[submodule "externals/imgui"]
path = externals/imgui
url = https://github.com/ocornut/imgui
[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
[submodule "externals/magic_enum"]
path = externals/magic_enum
url = https://github.com/Neargye/magic_enum.git
[submodule "externals/fmt"]
path = externals/fmt
url = https://github.com/fmtlib/fmt
[submodule "externals/cereal"]
path = externals/cereal
url = https://github.com/USCiLab/cereal.git