forked from dmsi190/XPE-Engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
34 lines (34 loc) · 1.35 KB
/
.gitmodules
File metadata and controls
34 lines (34 loc) · 1.35 KB
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
# xpe-engine git modules
[submodule "engine/thirdparty/spdlog"]
path = engine/thirdparty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "engine/thirdparty/glfw"]
path = engine/thirdparty/glfw
url = https://github.com/glfw/glfw.git
[submodule "engine/thirdparty/glm"]
path = engine/thirdparty/glm
url = https://github.com/g-truc/glm.git
[submodule "engine/thirdparty/json"]
path = engine/thirdparty/json
url = https://github.com/nlohmann/json.git
[submodule "engine/thirdparty/openal-soft"]
path = engine/thirdparty/openal-soft
url = https://github.com/CheerWizard/openal-soft.git
[submodule "engine/thirdparty/libsndfile"]
path = engine/thirdparty/libsndfile
url = https://github.com/libsndfile/libsndfile.git
[submodule "engine/thirdparty/PhysX"]
path = engine/thirdparty/PhysX
url = https://github.com/CheerWizard/PhysX.git
[submodule "engine/thirdparty/pugixml"]
path = engine/thirdparty/pugixml
url = https://github.com/zeux/pugixml.git
[submodule "engine/thirdparty/entt"]
path = engine/thirdparty/entt
url = https://github.com/skypjack/entt.git
[submodule "engine/thirdparty/doxygen-awesome-css"]
path = engine/thirdparty/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git
[submodule "docs/css/doxygen-awesome-css"]
path = docs/css/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git