-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
27 lines (27 loc) · 972 Bytes
/
.gitmodules
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
26
27
[submodule "ThirdParty/glfw"]
path = ThirdParty/glfw
url = https://github.com/Reuben-Sun/glfw.git
[submodule "ThirdParty/glm"]
path = ThirdParty/glm
url = https://github.com/Reuben-Sun/glm.git
[submodule "ThirdParty/spdlog"]
path = ThirdParty/spdlog
url = https://github.com/Reuben-Sun/spdlog.git
[submodule "ThirdParty/tinygltf"]
path = ThirdParty/tinygltf
url = https://github.com/Reuben-Sun/tinygltf.git
[submodule "ThirdParty/vma"]
path = ThirdParty/vma
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "ThirdParty/imgui"]
path = ThirdParty/imgui
url = https://github.com/Reuben-Sun/imgui.git
[submodule "ThirdParty/JoltPhysics"]
path = ThirdParty/JoltPhysics
url = https://github.com/Reuben-Sun/JoltPhysics.git
[submodule "ThirdParty/entt"]
path = ThirdParty/entt
url = https://github.com/skypjack/entt.git
[submodule "ThirdParty/optick"]
path = ThirdParty/optick
url = https://github.com/Reuben-Sun/optick.git