-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
45 lines (45 loc) · 1.81 KB
/
Copy path.gitmodules
File metadata and controls
45 lines (45 loc) · 1.81 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
35
36
37
38
39
40
41
42
43
44
45
[submodule "engine/ThirdParty/glfw"]
path = engine/ThirdParty/glfw
url = https://github.com/glfw/glfw
[submodule "engine/ThirdParty/imgui"]
path = engine/ThirdParty/imgui
url = https://github.com/ocornut/imgui.git
[submodule "engine/ThirdParty/fmt"]
path = engine/ThirdParty/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "engine/ThirdParty/json"]
path = engine/ThirdParty/json
url = https://github.com/nlohmann/json.git
[submodule "engine/ThirdParty/objloader"]
path = engine/ThirdParty/objloader
url = https://github.com/tinyobjloader/tinyobjloader
[submodule "engine/ThirdParty/stb"]
path = engine/ThirdParty/stb
url = https://github.com/nothings/stb
[submodule "engine/ThirdParty/jolt"]
path = engine/ThirdParty/jolt
url = https://github.com/jrouwe/JoltPhysics.git
[submodule "engine/ThirdParty/imguizmo"]
path = engine/ThirdParty/imguizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "engine/ThirdParty/pybind11"]
path = engine/ThirdParty/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "engine/ThirdParty/volk"]
path = engine/ThirdParty/volk
url = https://github.com/zeux/volk.git
[submodule "engine/ThirdParty/vulkan-headers"]
path = engine/ThirdParty/vulkan-headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "engine/ThirdParty/VulkanMemoryAllocator"]
path = engine/ThirdParty/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "engine/ThirdParty/tinygltf"]
path = engine/ThirdParty/tinygltf
url = https://github.com/syoyo/tinygltf.git
[submodule "engine/ThirdParty/SPIRVReflect"]
path = engine/ThirdParty/SPIRVReflect
url = https://github.com/KhronosGroup/SPIRV-Reflect
[submodule "engine/ThirdParty/tinyexr"]
path = engine/ThirdParty/tinyexr
url = https://github.com/syoyo/tinyexr.git