Init squashed
This commit is contained in:
commit
4aac4b824f
95 changed files with 7582 additions and 0 deletions
15
.gitmodules
vendored
Normal file
15
.gitmodules
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
[submodule "include/imgui"]
|
||||
path = include/imgui
|
||||
url = https://github.com/ocornut/imgui.git
|
||||
[submodule "include/glm"]
|
||||
path = include/glm
|
||||
url = https://github.com/g-truc/glm.git
|
||||
[submodule "include/VulkanMemoryAllocator"]
|
||||
path = include/VulkanMemoryAllocator
|
||||
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
|
||||
[submodule "include/PerlinNoise"]
|
||||
path = include/PerlinNoise
|
||||
url = https://github.com/Reputeless/PerlinNoise.git
|
||||
[submodule "include/JoltPhysics"]
|
||||
path = include/JoltPhysics
|
||||
url = https://github.com/jrouwe/JoltPhysics.git
|
Loading…
Add table
Add a link
Reference in a new issue