forked from crosire/reshade
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
31 lines (31 loc) · 929 Bytes
/
.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
[submodule "imgui"]
path = deps/imgui
url = https://github.com/ocornut/imgui.git
[submodule "minhook"]
path = deps/minhook
url = https://github.com/TsudaKageyu/minhook.git
[submodule "stb"]
path = deps/stb
url = https://github.com/nothings/stb.git
[submodule "gl3w"]
path = deps/gl3w
url = https://github.com/skaslev/gl3w.git
[submodule "utfcpp"]
path = deps/utfcpp
url = https://github.com/nemtrif/utfcpp.git
fetchRecurseSubmodules = false
[submodule "spirv"]
path = deps/spirv
url = https://github.com/KhronosGroup/SPIRV-Headers.git
[submodule "vma"]
path = deps/vma
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "vulkan"]
path = deps/vulkan
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "fpng"]
path = deps/fpng
url = https://github.com/richgel999/fpng
[submodule "d3d12"]
path = deps/d3d12
url = https://github.com/microsoft/DirectX-Headers.git