-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
39 lines (39 loc) · 1.13 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
[submodule "deps/fmt"]
path = deps/fmt
url = https://github.com/fmtlib/fmt
[submodule "deps/yaml-cpp"]
path = deps/yaml-cpp
url = https://github.com/jbeder/yaml-cpp
[submodule "deps/spdlog"]
path = deps/spdlog
url = https://github.com/gabime/spdlog
[submodule "deps/sol2"]
path = deps/sol2
url = https://github.com/ThePhD/sol2
[submodule "deps/luarocks"]
path = deps/luarocks
url = https://github.com/luarocks/luarocks
[submodule "deps/imgui"]
path = deps/imgui
url = https://github.com/ocornut/imgui
[submodule "deps/catch2"]
path = deps/catch2
url = https://github.com/catchorg/Catch2
[submodule "deps/tomlplusplus"]
path = deps/tomlplusplus
url = https://github.com/vaartis/tomlplusplus/
[submodule "deps/args"]
path = deps/args
url = https://github.com/taywee/args
[submodule "deps/SDL"]
path = deps/SDL
url = https://github.com/libsdl-org/SDL
[submodule "deps/SDL_mixer"]
path = deps/SDL_mixer
url = https://github.com/libsdl-org/SDL_mixer/
[submodule "deps/SDL_ttf"]
path = deps/SDL_ttf
url = https://github.com/libsdl-org/SDL_ttf
[submodule "deps/SDL_gpu"]
path = deps/SDL_gpu
url = https://github.com/grimfang4/sdl-gpu