Files
FGL-Engine/.gitmodules
2025-01-27 19:20:54 -05:00

58 lines
2.1 KiB
Plaintext

[submodule "docs/doxygen-awesome-css"]
path = docs/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git
[submodule "3rdparty/qtimageformats"]
path = 3rdparty/qtimageformats
url = https://github.com/qt/qtimageformats.git
[submodule "dependencies/fmt"]
path = dependencies/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "dependencies/spdlog"]
path = dependencies/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "dependencies/sqlite_modern_cpp"]
path = dependencies/sqlite_modern_cpp
url = https://github.com/SqliteModernCpp/sqlite_modern_cpp.git
[submodule "dependencies/tracy"]
path = dependencies/tracy
url = https://github.com/wolfpld/tracy.git
[submodule "dependencies/catch2"]
path = dependencies/catch2
url = https://github.com/catchorg/Catch2.git
[submodule "dependencies/lz4"]
path = dependencies/lz4
url = https://github.com/lz4/lz4.git
[submodule "dependencies/blurhash"]
path = dependencies/blurhash
url = https://github.com/KJNeko/blurhash-cxx.git
[submodule "dependencies/vma"]
path = dependencies/vma
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "dependencies/glm"]
path = dependencies/glm
url = https://github.com/g-truc/glm.git
[submodule "dependencies/glfw3"]
path = dependencies/glfw3
url = https://github.com/glfw/glfw.git
[submodule "dependencies/tinygltf"]
path = dependencies/tinygltf
url = https://github.com/syoyo/tinygltf.git
[submodule "dependencies/imgui"]
path = dependencies/imgui
url = https://github.com/ocornut/imgui.git
[submodule "dependencies/shaderc"]
path = dependencies/shaderc
url = https://github.com/google/shaderc.git
[submodule "dependencies/SPIRV-Tools"]
path = dependencies/SPIRV-Tools
url = https://github.com/KhronosGroup/SPIRV-Tools.git
[submodule "dependencies/SPIRV-Headers"]
path = dependencies/SPIRV-Headers
url = https://github.com/KhronosGroup/SPIRV-Headers.git
[submodule "dependencies/glslang"]
path = dependencies/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "fgl_cmake_modules"]
path = fgl_cmake_modules
url = https://github.com/KJNeko/fgl_cmake_modules.git