-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy path.gitmodules
More file actions
68 lines (68 loc) · 2.4 KB
/
.gitmodules
File metadata and controls
68 lines (68 loc) · 2.4 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[submodule "thirdparty/libmspack"]
path = thirdparty/libmspack
url = https://github.com/kyz/libmspack.git
[submodule "thirdparty/glslang"]
path = thirdparty/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "thirdparty/FFmpeg"]
path = thirdparty/FFmpeg
url = https://github.com/wmarti/FFmpeg.git
branch = xenia-ffmpeg-canary-full
[submodule "thirdparty/tomlplusplus"]
path = thirdparty/tomlplusplus
url = https://github.com/marzer/tomlplusplus.git
[submodule "thirdparty/simde"]
path = thirdparty/simde
url = https://github.com/simd-everywhere/simde.git
[submodule "thirdparty/xxHash"]
path = thirdparty/xxHash
url = https://github.com/Cyan4973/xxHash.git
[submodule "thirdparty/spdlog"]
path = thirdparty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "thirdparty/fmt"]
path = thirdparty/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "thirdparty/catch2"]
path = thirdparty/catch2
url = https://github.com/catchorg/Catch2.git
[submodule "thirdparty/snappy"]
path = thirdparty/snappy
url = https://github.com/google/snappy.git
[submodule "thirdparty/utfcpp"]
path = thirdparty/utfcpp
url = https://github.com/nemtrif/utfcpp.git
[submodule "thirdparty/volk"]
path = thirdparty/volk
url = https://github.com/zeux/volk.git
[submodule "thirdparty/vulkan-headers"]
path = thirdparty/vulkan-headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "thirdparty/vulkan-memory-allocator"]
path = thirdparty/vulkan-memory-allocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = https://github.com/ocornut/imgui.git
[submodule "thirdparty/spirv-tools"]
path = thirdparty/spirv-tools
url = https://github.com/KhronosGroup/SPIRV-Tools.git
[submodule "thirdparty/spirv-headers"]
path = thirdparty/spirv-headers
url = https://github.com/KhronosGroup/SPIRV-Headers.git
[submodule "thirdparty/cli11"]
path = thirdparty/cli11
url = https://github.com/CLIUtils/CLI11
[submodule "thirdparty/o1heap"]
path = thirdparty/o1heap
url = https://github.com/pavel-kirienko/o1heap.git
[submodule "thirdparty/sdl3"]
path = thirdparty/sdl3
url = https://github.com/libsdl-org/SDL
branch = release-3.4.x
[submodule "thirdparty/inja"]
path = thirdparty/inja
url = https://github.com/pantor/inja.git
[submodule "thirdparty/tracy"]
path = thirdparty/tracy
url = https://github.com/wolfpld/tracy.git