Merge branch 'main' into metal

This commit is contained in:
SamoZ256 2024-08-12 10:40:53 +02:00 committed by GitHub
commit 8496fc1574
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 35 additions and 31 deletions

5
.gitmodules vendored
View file

@ -9,13 +9,16 @@
[submodule "dependencies/vcpkg"]
path = dependencies/vcpkg
url = https://github.com/microsoft/vcpkg
shallow = true
shallow = false
[submodule "dependencies/Vulkan-Headers"]
path = dependencies/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers
shallow = true
[submodule "dependencies/imgui"]
path = dependencies/imgui
url = https://github.com/ocornut/imgui
shallow = true
[submodule "dependencies/metal-cpp"]
path = dependencies/metal-cpp
url = https://github.com/bkaradzic/metal-cpp.git
shallow = true