-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 831 Bytes
/
Copy path.gitmodules
File metadata and controls
24 lines (24 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "third_party/SDL"]
path = skeleton/third_party/SDL
url = https://github.com/libsdl-org/SDL
branch = SDL2
[submodule "third_party/imgui"]
path = skeleton/third_party/imgui
url = https://github.com/ocornut/imgui
[submodule "third_party/sol"]
path = skeleton/third_party/sol
url = https://github.com/ThePhD/sol2
[submodule "third_party/lua"]
path = skeleton/third_party/lua
url = https://github.com/marovira/lua
[submodule "third_party/SDL_image"]
path = skeleton/third_party/SDL_image
url = https://github.com/libsdl-org/SDL_image/
branch = SDL2
[submodule "skeleton/third_party/entt"]
path = skeleton/third_party/entt
url = https://github.com/skypjack/entt.git
[submodule "skeleton/third_party/SDL_mixer"]
path = skeleton/third_party/SDL_mixer
url = https://github.com/libsdl-org/SDL_mixer
branch = SDL2