SETUP: Added relevant submodules

This commit is contained in:
Sri Sham Haran 2022-08-26 13:45:27 +08:00
parent af30e6c19c
commit d436ff71c4
10 changed files with 36 additions and 0 deletions

27
.gitmodules vendored Normal file
View File

@ -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

1
Dependencies/VMA vendored Submodule

@ -0,0 +1 @@
Subproject commit 2a7110f07854d86ea6dbfddf58cea40d81f8be70

1
Dependencies/imgui vendored Submodule

@ -0,0 +1 @@
Subproject commit b78738ff23747888e66bb2d3fe9127cd50d4c28f

1
Dependencies/imguizmo vendored Submodule

@ -0,0 +1 @@
Subproject commit e3174578bdc99c715e51c5ad88e7d50b4eeb19b0

1
Dependencies/imnodes vendored Submodule

@ -0,0 +1 @@
Subproject commit d88f99125bb72cdb71b4c27ff6eb7f318d89a4c5

1
Dependencies/msdf vendored Submodule

@ -0,0 +1 @@
Subproject commit 6696a8f8139546455e85988ac7464ebb1958acca

1
Dependencies/spdlog vendored Submodule

@ -0,0 +1 @@
Subproject commit f44fa31f5110331af196d0ed7f00ae1c7b8ef3cc

1
Dependencies/stb vendored Submodule

@ -0,0 +1 @@
Subproject commit af1a5bc352164740c1cc1354942b1c6b72eacb8a

1
Dependencies/tracy vendored Submodule

@ -0,0 +1 @@
Subproject commit 7cdf640a823606717a3e0675471c5da7c69ef524

1
Dependencies/yamlcpp vendored Submodule

@ -0,0 +1 @@
Subproject commit a4b466e153b84f28bbf2f3550fc89a483c39f180