-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 824 Bytes
/
.gitmodules
File metadata and controls
21 lines (21 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "UTools/3rdparty/spdlog"]
path = UTools/3rdparty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "UGraphicsEngine/3rdparty/volk"]
path = UGraphicsEngine/3rdparty/volk
url = https://github.com/zeux/volk.git
[submodule "UGraphicsEngine/3rdparty/glslang"]
path = UGraphicsEngine/3rdparty/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "UTools/3rdparty/entt"]
path = UTools/3rdparty/entt
url = https://github.com/skypjack/entt
[submodule "UTools/3rdparty/json"]
path = UTools/3rdparty/json
url = https://github.com/nlohmann/json.git
[submodule "UTools/3rdparty/assimp"]
path = UTools/3rdparty/assimp
url = https://github.com/Mregussek/assimp
[submodule "UGraphicsEngine/3rdparty/imgui"]
path = UGraphicsEngine/3rdparty/imgui
url = https://github.com/ocornut/imgui.git