-
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) · 944 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 944 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 "Engine/thirdparty/spdlog"]
path = Engine/thirdparty/spdlog
url = https://github.com/gabime/spdlog
[submodule "Engine/thirdparty/glfw"]
path = Engine/thirdparty/glfw
url = https://github.com/glfw/glfw
[submodule "Engine/thirdparty/DiligentCore"]
path = Engine/thirdparty/DiligentCore
url = https://github.com/DiligentGraphics/DiligentCore.git
[submodule "Engine/thirdparty/DiligentTools"]
path = Engine/thirdparty/DiligentTools
url = https://github.com/DiligentGraphics/DiligentTools
[submodule "Engine/thirdparty/glm"]
path = Engine/thirdparty/glm
url = https://github.com/g-truc/glm
[submodule "Engine/thirdparty/entt"]
path = Engine/thirdparty/entt
url = https://github.com/skypjack/entt
[submodule "Engine/thirdparty/box2d"]
path = Engine/thirdparty/box2d
url = https://github.com/erincatto/box2d
[submodule "Engine/thirdparty/yaml-cpp"]
path = Engine/thirdparty/yaml-cpp
url = https://github.com/jbeder/yaml-cpp