Files
funnygame/.gitmodules
2026-01-02 17:45:00 +02:00

31 lines
1.1 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