Files
funnygame/.gitmodules
2026-05-30 20:43:02 +03:00

40 lines
1.5 KiB
Plaintext

[submodule "external/cglm"]
path = external/cglm
url = https://github.com/recp/cglm.git
[submodule "external/Vulkan-Headers"]
path = external/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers
[submodule "external/VulkanMemoryAllocator"]
path = external/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "external/stb"]
path = external/stb
url = https://github.com/nothings/stb.git
[submodule "external/SDL"]
path = external/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "external/GameNetworkingSockets"]
path = external/GameNetworkingSockets
url = https://github.com/ValveSoftware/GameNetworkingSockets.git
[submodule "external/volk"]
path = external/volk
url = https://github.com/zeux/volk
[submodule "external/Vulkan-Utility-Libraries"]
path = external/Vulkan-Utility-Libraries
url = https://github.com/KhronosGroup/Vulkan-Utility-Libraries
[submodule "external/slang"]
path = external/slang
url = https://github.com/shader-slang/slang.git
[submodule "external/xtool"]
path = external/xtool
url = https://github.com/xtool-org/xtool.git
[submodule "external/funnystdlib"]
path = external/funnystdlib
url = https://github.com/KoT3isGood/funnystdlib.git
[submodule "external/SPIRV-Headers"]
path = external/SPIRV-Headers
url = https://github.com/KhronosGroup/SPIRV-Headers
[submodule "external/OpenXR-SDK"]
path = external/OpenXR-SDK
url = https://github.com/KhronosGroup/OpenXR-SDK