should prob put this on git sometime

This commit is contained in:
2026-01-03 01:48:40 +01:00
commit 1b8cc96164
52 changed files with 12002 additions and 0 deletions

31
.gitmodules vendored Normal file
View File

@@ -0,0 +1,31 @@
[submodule "destrum/third_party/glm"]
path = destrum/third_party/glm
url = https://github.com/g-truc/glm.git
[submodule "destrum/third_party/fmt"]
path = destrum/third_party/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "destrum/third_party/freetype"]
path = destrum/third_party/freetype
url = https://github.com/freetype/freetype.git
[submodule "destrum/third_party/json"]
path = destrum/third_party/json
url = https://github.com/nlohmann/json.git
[submodule "destrum/third_party/volk"]
path = destrum/third_party/volk
url = https://github.com/zeux/volk.git
[submodule "destrum/third_party/sdl"]
path = destrum/third_party/sdl
url = https://github.com/libsdl-org/SDL.git
branch = SDL2
[submodule "destrum/third_party/vma"]
path = destrum/third_party/vma
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "destrum/third_party/vk-bootstrap"]
path = destrum/third_party/vk-bootstrap
url = https://github.com/charles-lunarg/vk-bootstrap.git
[submodule "destrum/third_party/glfw"]
path = destrum/third_party/glfw
url = https://github.com/glfw/glfw.git
[submodule "destrum/third_party/spdlog"]
path = destrum/third_party/spdlog
url = https://github.com/gabime/spdlog.git