-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
37 lines (37 loc) · 1.13 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
[submodule "lib/benchmark"]
path = thirdParty/benchmark
url = https://github.com/google/benchmark.git
[submodule "thirdParty/SDL"]
path = thirdParty/SDL
url = https://github.com/libsdl-org/SDL/
branch = SDL2
[submodule "thirdParty/glfw"]
path = thirdParty/glfw
url = https://github.com/glfw/glfw
[submodule "thirdParty/gv"]
path = thirdParty/gv
url = https://github.com/kohakow/gv
[submodule "thirdParty/spdlog"]
path = thirdParty/spdlog
url = https://github.com/gabime/spdlog
[submodule "thirdParty/stb"]
path = thirdParty/stb
url = https://github.com/nothings/stb
[submodule "thirdParty/glm"]
path = thirdParty/glm
url = https://github.com/g-truc/glm
[submodule "thirdParty/json"]
path = thirdParty/json
url = https://github.com/nlohmann/json
[submodule "thirdParty/tinygltf"]
path = thirdParty/tinygltf
url = https://github.com/syoyo/tinygltf/
[submodule "thirdParty/entt"]
path = thirdParty/entt
url = https://github.com/skypjack/entt
[submodule "thirdParty/imgui"]
path = thirdParty/imgui
url = https://github.com/ocornut/imgui
[submodule "thirdParty/assimp"]
path = thirdParty/assimp
url = https://github.com/assimp/assimp