-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 1.12 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
[submodule "engine/vendor/fmt/lib"]
path = engine/vendor/fmt/lib
url = https://github.com/fmtlib/fmt
[submodule "engine/vendor/glfw/lib"]
path = engine/vendor/glfw/lib
url = https://github.com/glfw/glfw
[submodule "engine/vendor/assimp/lib"]
path = engine/vendor/assimp/lib
url = https://github.com/assimp/assimp
[submodule "engine/vendor/glm/lib"]
path = engine/vendor/glm/lib
url = https://github.com/g-truc/glm
[submodule "engine/vendor/pcg-cpp/lib"]
path = engine/vendor/pcg-cpp/lib
url = https://github.com/imneme/pcg-cpp
[submodule "engine/vendor/sparse-map/lib"]
path = engine/vendor/sparse-map/lib
url = https://github.com/Tessil/sparse-map
[submodule "engine/vendor/spdlog/lib"]
path = engine/vendor/spdlog/lib
url = https://github.com/gabime/spdlog
[submodule "engine/vendor/unordered-dense/lib"]
path = engine/vendor/unordered-dense/lib
url = https://github.com/martinus/unordered_dense
[submodule "engine/vendor/xxhash/lib"]
path = engine/vendor/xxhash/lib
url = https://github.com/Cyan4973/xxHash
[submodule "engine/vendor/yaml-cpp/lib"]
path = engine/vendor/yaml-cpp/lib
url = https://github.com/jbeder/yaml-cpp