Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
08ab46c6fd
|
@ -0,0 +1,27 @@
|
||||||
|
[submodule "Dependencies/VMA"]
|
||||||
|
path = Dependencies/VMA
|
||||||
|
url = https://github.com/SHADE-DP/VulkanMemoryAllocator.git
|
||||||
|
[submodule "Dependencies/imgui"]
|
||||||
|
path = Dependencies/imgui
|
||||||
|
url = https://github.com/SHADE-DP/imgui.git
|
||||||
|
[submodule "Dependencies/imguizmo"]
|
||||||
|
path = Dependencies/imguizmo
|
||||||
|
url = https://github.com/SHADE-DP/ImGuizmo.git
|
||||||
|
[submodule "Dependencies/imnodes"]
|
||||||
|
path = Dependencies/imnodes
|
||||||
|
url = https://github.com/SHADE-DP/imnodes.git
|
||||||
|
[submodule "Dependencies/tracy"]
|
||||||
|
path = Dependencies/tracy
|
||||||
|
url = https://github.com/SHADE-DP/tracy.git
|
||||||
|
[submodule "Dependencies/spdlog"]
|
||||||
|
path = Dependencies/spdlog
|
||||||
|
url = https://github.com/SHADE-DP/spdlog.git
|
||||||
|
[submodule "Dependencies/stb"]
|
||||||
|
path = Dependencies/stb
|
||||||
|
url = https://github.com/SHADE-DP/stb.git
|
||||||
|
[submodule "Dependencies/msdf"]
|
||||||
|
path = Dependencies/msdf
|
||||||
|
url = https://github.com/SHADE-DP/msdf-atlas-gen.git
|
||||||
|
[submodule "Dependencies/yamlcpp"]
|
||||||
|
path = Dependencies/yamlcpp
|
||||||
|
url = https://github.com/SHADE-DP/yaml-cpp.git
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 2a7110f07854d86ea6dbfddf58cea40d81f8be70
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b78738ff23747888e66bb2d3fe9127cd50d4c28f
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e3174578bdc99c715e51c5ad88e7d50b4eeb19b0
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d88f99125bb72cdb71b4c27ff6eb7f318d89a4c5
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6696a8f8139546455e85988ac7464ebb1958acca
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f44fa31f5110331af196d0ed7f00ae1c7b8ef3cc
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit af1a5bc352164740c1cc1354942b1c6b72eacb8a
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 7cdf640a823606717a3e0675471c5da7c69ef524
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a4b466e153b84f28bbf2f3550fc89a483c39f180
|
Loading…
Reference in New Issue