forked from bfierz/vcl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
39 lines (39 loc) · 1.48 KB
/
.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
28
29
30
31
32
33
34
35
36
37
38
39
[submodule "src/externals/eigen"]
path = src/externals/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "src/externals/abseil"]
path = src/externals/abseil
url = https://github.com/abseil/abseil-cpp.git
[submodule "src/externals/fmtlib"]
path = src/externals/fmtlib
url = https://github.com/fmtlib/fmt/
[submodule "src/externals/spdlog"]
path = src/externals/spdlog
url = https://github.com/gabime/spdlog
[submodule "src/externals/gbenchmark"]
path = src/externals/gbenchmark
url = https://github.com/google/benchmark
[submodule "src/externals/googletest"]
path = src/externals/googletest
url = https://github.com/google/googletest
[submodule "src/externals/json"]
path = src/externals/json
url = https://github.com/nlohmann/json
[submodule "src/examples/graphics/imgui"]
path = src/examples/3rdparty/imgui
url = https://github.com/ocornut/imgui.git
[submodule "src/examples/3rdparty/glfw"]
path = src/examples/3rdparty/glfw
url = https://github.com/glfw/glfw.git
[submodule "src/examples/3rdparty/implot"]
path = src/examples/3rdparty/implot
url = https://github.com/epezent/implot.git
[submodule "src/examples/3rdparty/imguizmo"]
path = src/examples/3rdparty/imguizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "src/examples/3rdparty/imfiledialog"]
path = src/examples/3rdparty/imfiledialog
url = https://github.com/dfranx/ImFileDialog.git
[submodule "src/examples/3rdparty/stb"]
path = src/examples/3rdparty/stb
url = https://github.com/nothings/stb.git