-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 1.09 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
[submodule "External/imgui"]
path = External/imgui
url = https://github.com/ocornut/imgui.git
[submodule "External/D3D12MemoryAllocator"]
path = External/D3D12MemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git
[submodule "External/tinyobjloader"]
path = External/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader.git
[submodule "External/SDL"]
path = External/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "External/DirectX-Headers"]
path = External/DirectX-Headers
url = https://github.com/microsoft/DirectX-Headers.git
[submodule "External/Sponza"]
path = External/Sponza
url = https://github.com/jimmiebergmann/Sponza.git
[submodule "External/stb"]
path = External/stb
url = https://github.com/nothings/stb.git
[submodule "External/FidelityFX-SPD"]
path = External/FidelityFX-SPD
url = https://github.com/GPUOpen-Effects/FidelityFX-SPD.git
[submodule "External/entt"]
path = External/entt
url = https://github.com/skypjack/entt.git
[submodule "External/glm"]
path = External/glm
url = https://github.com/g-truc/glm.git