-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
24 lines (24 loc) · 961 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
[submodule "dependencies/DirectXTK12"]
path = dependencies/DirectXTK12
url = https://github.com/microsoft/DirectXTK12.git
[submodule "dependencies/DirectX-Headers"]
path = dependencies/DirectX-Headers
url = https://github.com/microsoft/DirectX-Headers.git
[submodule "dependencies/imgui"]
path = dependencies/imgui
url = https://github.com/ocornut/imgui.git
[submodule "dependencies/pugixml"]
path = dependencies/pugixml
url = https://github.com/zeux/pugixml.git
[submodule "dependencies/DLSS"]
path = dependencies/DLSS
url = https://github.com/NVIDIA/DLSS.git
[submodule "dependencies/FidelityFX-SDK"]
path = dependencies/FidelityFX-SDK
url = https://github.com/GPUOpen-LibrariesAndSDKs/FidelityFX-SDK.git
[submodule "dependencies/JoltPhysics"]
path = dependencies/JoltPhysics
url = https://github.com/jrouwe/JoltPhysics.git
[submodule "dependencies/ImGuizmo"]
path = dependencies/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git