diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..d6e8e2b5 --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/Dependencies/VMA b/Dependencies/VMA new file mode 160000 index 00000000..2a7110f0 --- /dev/null +++ b/Dependencies/VMA @@ -0,0 +1 @@ +Subproject commit 2a7110f07854d86ea6dbfddf58cea40d81f8be70 diff --git a/Dependencies/imgui b/Dependencies/imgui new file mode 160000 index 00000000..b78738ff --- /dev/null +++ b/Dependencies/imgui @@ -0,0 +1 @@ +Subproject commit b78738ff23747888e66bb2d3fe9127cd50d4c28f diff --git a/Dependencies/imguizmo b/Dependencies/imguizmo new file mode 160000 index 00000000..e3174578 --- /dev/null +++ b/Dependencies/imguizmo @@ -0,0 +1 @@ +Subproject commit e3174578bdc99c715e51c5ad88e7d50b4eeb19b0 diff --git a/Dependencies/imnodes b/Dependencies/imnodes new file mode 160000 index 00000000..d88f9912 --- /dev/null +++ b/Dependencies/imnodes @@ -0,0 +1 @@ +Subproject commit d88f99125bb72cdb71b4c27ff6eb7f318d89a4c5 diff --git a/Dependencies/msdf b/Dependencies/msdf new file mode 160000 index 00000000..6696a8f8 --- /dev/null +++ b/Dependencies/msdf @@ -0,0 +1 @@ +Subproject commit 6696a8f8139546455e85988ac7464ebb1958acca diff --git a/Dependencies/spdlog b/Dependencies/spdlog new file mode 160000 index 00000000..f44fa31f --- /dev/null +++ b/Dependencies/spdlog @@ -0,0 +1 @@ +Subproject commit f44fa31f5110331af196d0ed7f00ae1c7b8ef3cc diff --git a/Dependencies/stb b/Dependencies/stb new file mode 160000 index 00000000..af1a5bc3 --- /dev/null +++ b/Dependencies/stb @@ -0,0 +1 @@ +Subproject commit af1a5bc352164740c1cc1354942b1c6b72eacb8a diff --git a/Dependencies/tracy b/Dependencies/tracy new file mode 160000 index 00000000..7cdf640a --- /dev/null +++ b/Dependencies/tracy @@ -0,0 +1 @@ +Subproject commit 7cdf640a823606717a3e0675471c5da7c69ef524 diff --git a/Dependencies/yamlcpp b/Dependencies/yamlcpp new file mode 160000 index 00000000..a4b466e1 --- /dev/null +++ b/Dependencies/yamlcpp @@ -0,0 +1 @@ +Subproject commit a4b466e153b84f28bbf2f3550fc89a483c39f180