-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 1.16 KB
/
.gitmodules
File metadata and controls
28 lines (28 loc) · 1.16 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
[submodule "LNEngine/vendor/SPDLOG/spdlog"]
path = LNEngine/vendor/SPDLOG/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "LNEngine/vendor/GLFW/glfw"]
path = LNEngine/vendor/GLFW/glfw
url = https://github.com/glfw/glfw.git
[submodule "LNEngine/vendor/VKBOOTSTRAP/vkbootstrap"]
path = LNEngine/vendor/VKBOOTSTRAP/vkbootstrap
url = https://github.com/charles-lunarg/vk-bootstrap.git
[submodule "LNEngine/vendor/ENKITS/enkiTS"]
path = LNEngine/vendor/ENKITS/enkiTS
url = https://github.com/dougbinks/enkiTS.git
[submodule "LNApp/Assets/Models/gltf"]
path = LNApp/Assets/Models/gltf
url = https://github.com/KhronosGroup/glTF-Sample-Assets.git
[submodule "LNEngine/vendor/IMGUI/imgui"]
path = LNEngine/vendor/IMGUI/imgui
url = https://github.com/GuilBlack/imgui.git
branch = docking
[submodule "LNEngine/vendor/TRACY/tracy"]
path = LNEngine/vendor/TRACY/tracy
url = https://github.com/wolfpld/tracy.git
[submodule "LNTest/vendor/GTEST/gtest"]
path = LNTest/vendor/GTEST/gtest
url = https://github.com/google/googletest.git
[submodule "LNEngine/vendor/MESHOPT/meshopt"]
path = LNEngine/vendor/MESHOPT/meshopt
url = https://github.com/zeux/meshoptimizer.git