-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
25 lines (24 loc) · 924 Bytes
/
.gitmodules
File metadata and controls
25 lines (24 loc) · 924 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
25
[submodule "DFGEngine/Vendor/spdlog"]
path = DFGEngine/Vendor/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "DFGEngine/Vendor/glm"]
path = DFGEngine/Vendor/glm
url = https://github.com/g-truc/glm.git
[submodule "DFGEngine/Vendor/SDL"]
path = DFGEngine/Vendor/SDL
url = https://github.com/libsdl-org/SDL
[submodule "DFGEngine/Vendor/freetype"]
path = DFGEngine/Vendor/freetype
url = https://github.com/freetype/freetype.git
[submodule "DFGEngine/Vendor/openal-soft"]
path = DFGEngine/Vendor/openal-soft
url = https://github.com/kcat/openal-soft.git
[submodule "DFGEngine/Vendor/libsndfile"]
path = DFGEngine/Vendor/libsndfile
url = https://github.com/libsndfile/libsndfile.git
[submodule "DFGEngine/Vendor/Lua"]
path = DFGEngine/Vendor/Lua
url = https://github.com/walterschell/Lua.git
[submodule "DFGEngine/Vendor/rttr"]
path = DFGEngine/Vendor/rttr
url = https://github.com/rttrorg/rttr.git