forked from google/bigwheels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
48 lines (48 loc) · 1.8 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
47
48
[submodule "third_party/glfw"]
path = third_party/glfw
url = https://github.com/glfw/glfw.git
[submodule "third_party/VulkanMemoryAllocator"]
path = third_party/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "third_party/D3D12MemoryAllocator"]
path = third_party/D3D12MemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git
[submodule "third_party/glm"]
path = third_party/glm
url = https://github.com/g-truc/glm.git
[submodule "third_party/stb"]
path = third_party/stb
url = https://github.com/nothings/stb.git
[submodule "third_party/imgui"]
path = third_party/imgui
url = https://github.com/ocornut/imgui.git
[submodule "third_party/tinyobjloader"]
path = third_party/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader.git
[submodule "third_party/gli"]
path = third_party/gli
url = https://github.com/g-truc/gli.git
[submodule "third_party/pcg32"]
path = third_party/pcg32
url = https://github.com/wjakob/pcg32.git
[submodule "third_party/cpu_features"]
path = third_party/cpu_features
url = https://github.com/google/cpu_features.git
[submodule "third_party/xxHash"]
path = third_party/xxHash
url = https://github.com/Cyan4973/xxHash.git
[submodule "third_party/utfcpp"]
path = third_party/utfcpp
url = https://github.com/nemtrif/utfcpp.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest
[submodule "third_party/OpenXR-SDK-Source"]
path = third_party/OpenXR-SDK-Source
url = https://github.com/KhronosGroup/OpenXR-SDK-Source.git
[submodule "third_party/cgltf"]
path = third_party/cgltf
url = https://github.com/jkuhlmann/cgltf.git
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/nlohmann/json.git