-
Notifications
You must be signed in to change notification settings - Fork 22
/
.gitmodules
22 lines (22 loc) · 743 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[submodule "Dependencies/imgui"]
path = Dependencies/imgui
url = https://github.com/ocornut/imgui.git
branch = viewport
[submodule "Dependencies/tracy"]
path = Dependencies/tracy
url=https://github.com/Nukem9/tracy-skyrim64-custom.git
branch = master
[submodule "Dependencies/meshoptimizer"]
path = Dependencies/meshoptimizer
url = https://github.com/zeux/meshoptimizer.git
branch = master
[submodule "Dependencies/tbb"]
path = Dependencies/tbb
url = https://github.com/01org/tbb.git
branch = tbb_2019
[submodule "Dependencies/libdeflate"]
path = Dependencies/libdeflate
url = https://github.com/ebiggers/libdeflate.git
[submodule "Dependencies/detours"]
path = Dependencies/detours
url = https://github.com/Nukem9/detours.git