-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
25 lines (25 loc) · 888 Bytes
/
Copy path.gitmodules
File metadata and controls
25 lines (25 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[submodule "SubstrateTests/Dependencies/Catch2"]
path = SubstrateTests/Dependencies/Catch2
url = https://github.com/PowerOfNames/Catch2.git
[submodule "Dependencies/Tracy"]
path = Dependencies/Tracy
url = https://github.com/wolfpld/tracy.git
[submodule "Dependencies/glm"]
path = Dependencies/glm
url = https://github.com/g-truc/glm.git
[submodule "Dependencies/glfw"]
path = Dependencies/glfw
url = https://github.com/PowerOfNames/glfw.git
branch = StarFire
[submodule "Dependencies/spdlog"]
path = Dependencies/spdlog
url = https://github.com/gabime/spdlog.git
branch = v1.x
[submodule "Aurora/Dependencies/SPIRV-Reflect"]
path = Aurora/Dependencies/SPIRV-Reflect
url = https://github.com/KhronosGroup/SPIRV-Reflect.git
branch = vulkan-sdk-1.4.341
[submodule "Dependencies/ImGui"]
path = Dependencies/ImGui
url = https://github.com/PowerOfNames/imgui
branch = docking