-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
21 lines (21 loc) · 888 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "BRenderer/dependencies/spdlog"]
path = 3rdparties/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "BRenderer/dependencies/VulkanMemoryAllocator"]
path = 3rdparties/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "BRenderer/dependencies/stb"]
path = 3rdparties/stb
url = https://github.com/nothings/stb.git
[submodule "BRenderer/dependencies/assimp"]
path = 3rdparties/assimp
url = https://github.com/assimp/assimp
[submodule "BRenderer/dependencies/rigtorp/SPSCQueue"]
path = 3rdparties/rigtorp/SPSCQueue
url = https://github.com/rigtorp/SPSCQueue.git
[submodule "BRenderer/dependencies/rigtorp/MPMCQueue"]
path = 3rdparties/rigtorp/MPMCQueue
url = https://github.com/rigtorp/MPMCQueue.git
[submodule "3rdparties/imgui"]
path = 3rdparties/imgui
url = https://github.com/ocornut/imgui.git