-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitmodules
33 lines (33 loc) · 1.18 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
[submodule "dependencies/assimp"]
path = dependencies/assimp
url = https://github.com/assimp/assimp.git
[submodule "dependencies/bullet"]
path = dependencies/bullet
url = https://github.com/bulletphysics/bullet3.git
[submodule "dependencies/entt"]
path = dependencies/entt
url = https://github.com/skypjack/entt.git
[submodule "dependencies/spdlog"]
path = dependencies/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "dependencies/raknet"]
path = dependencies/raknet
url = https://github.com/MissingBitStudios/RakNet.git
[submodule "dependencies/googletest"]
path = dependencies/googletest
url = https://github.com/google/googletest.git
[submodule "dependencies/stb/stb"]
path = dependencies/stb/stb
url = https://github.com/nothings/stb.git
[submodule "dependencies/bgfx.cmake"]
path = dependencies/bgfx.cmake
url = https://github.com/JoshuaBrookover/bgfx.cmake.git
[submodule "dependencies/glfw"]
path = dependencies/glfw
url = https://github.com/glfw/glfw.git
[submodule "dependencies/glm"]
path = dependencies/glm
url = https://github.com/g-truc/glm.git
[submodule "dependencies/imgui/imgui"]
path = dependencies/imgui/imgui
url = https://github.com/ocornut/imgui.git