-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitmodules
46 lines (46 loc) · 1.5 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[submodule "Lib/tinyexr"]
path = Lib/tinyexr
url = https://github.com/syoyo/tinyexr.git
[submodule "corinfo"]
path = corinfo
url = https://github.com/ColumbusUtrigas/corinfo.git
[submodule "Lib/corinfo"]
path = Lib/corinfo
url = https://github.com/ColumbusUtrigas/corinfo.git
[submodule "Lib/stb"]
path = Lib/stb
url = https://github.com/nothings/stb.git
[submodule "Lib/ImGuizmo"]
path = Lib/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "Lib/tinyobjloader"]
path = Lib/tinyobjloader
url = https://github.com/syoyo/tinyobjloader.git
[submodule "Lib/json"]
path = Lib/json
url = https://github.com/nlohmann/json.git
[submodule "Lib/bullet3"]
path = Lib/bullet3
url = https://github.com/bulletphysics/bullet3.git
[submodule "Lib/VulkanMemoryAllocator"]
path = Lib/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "SPIRV-Reflect"]
path = SPIRV-Reflect
url = https://github.com/KhronosGroup/SPIRV-Reflect.git
[submodule "Lib/SPIRV-Reflect"]
path = Lib/SPIRV-Reflect
url = https://github.com/KhronosGroup/SPIRV-Reflect.git
[submodule "Lib/imgui"]
path = Lib/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "Lib/tinygltf"]
path = Lib/tinygltf
url = https://github.com/syoyo/tinygltf.git
[submodule "Lib/nativefiledialog"]
path = Lib/nativefiledialog
url = https://github.com/mlabbe/nativefiledialog.git
[submodule "Lib/implot"]
path = Lib/implot
url = https://github.com/epezent/implot.git