-
-
Notifications
You must be signed in to change notification settings - Fork 651
Expand file tree
/
Copy path.gitmodules
More file actions
36 lines (36 loc) · 1.08 KB
/
.gitmodules
File metadata and controls
36 lines (36 loc) · 1.08 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
[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 "glad"]
path = deps/glad
url = https://github.com/Dav1dde/glad
branch = glad2
[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 "fpng"]
path = deps/fpng
url = https://github.com/richgel999/fpng
[submodule "d3d12"]
path = deps/d3d12
url = https://github.com/microsoft/DirectX-Headers.git
[submodule "openxr"]
path = deps/openxr
url = https://github.com/KhronosGroup/OpenXR-SDK.git
[submodule "jxl_simple_lossless"]
path = deps/jxl_simple_lossless
url = https://github.com/kampidh/simple-lossless-encoder.git
branch = headers-and-color-profile