mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 15:31:18 +12:00
Merge branch 'main' into metal
This commit is contained in:
commit
8496fc1574
9 changed files with 35 additions and 31 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue