-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
32 lines (32 loc) · 1.17 KB
/
.gitmodules
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
[submodule "engine/3rdparty/spdlog"]
path = engine/3rdparty/spdlog
url = https://github.com/gabime/spdlog.git
branch = v1.x
[submodule "engine/3rdparty/glm"]
path = engine/3rdparty/glm
url = https://github.com/g-truc/glm.git
branch = 0.9.8
[submodule "engine/3rdparty/imgui"]
path = engine/3rdparty/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "engine/3rdparty/nlohmann_json"]
path = engine/3rdparty/nlohmann_json
url = https://github.com/nlohmann/json.git
branch = "release/3.10.5"
[submodule "engine/3rdparty/entt"]
path = engine/3rdparty/entt
url = https://github.com/skypjack/entt.git
[submodule "engine/3rdparty/stb"]
path = engine/3rdparty/stb
url = https://github.com/nothings/stb.git
[submodule "engine/3rdparty/imgui_plugins/ImGuiFileDialog"]
path = engine/3rdparty/imgui_plugins/ImGuiFileDialog
url = https://github.com/APassbyDreg/ImGuiFileDialog.git
branch = Lib_Only
[submodule "engine/3rdparty/vk-bootstrap"]
path = engine/3rdparty/vk-bootstrap
url = https://github.com/APassbyDreg/vk-bootstrap.git
[submodule "engine/3rdparty/spirv-cross"]
path = engine/3rdparty/spirv-cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git