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

34 lines
1.2 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