engine/.gitmodules
2024-07-29 18:58:25 +01:00

19 lines
612 B
Plaintext

[submodule "vendor/SDL"]
path = vendor/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "vendor/VulkanMemoryAllocator"]
path = vendor/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "vendor/glm"]
path = vendor/glm
url = https://github.com/g-truc/glm.git
[submodule "vendor/spdlog"]
path = vendor/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "vendor/volk"]
path = vendor/volk
url = https://github.com/zeux/volk.git
[submodule "vendor/PhysX"]
path = vendor/PhysX
url = https://github.com/NVIDIA-Omniverse/PhysX.git