-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
25 lines (25 loc) · 910 Bytes
/
.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
[submodule "GameEngine/Libs/Freetype2"]
path = engine/libs/freetype2
url = https://git.savannah.nongnu.org/git/freetype/freetype2.git
[submodule "GameEngine/Libs/GLM"]
path = engine/libs/glm
url = https://github.com/g-truc/glm.git
[submodule "GameEngine/Libs/STB"]
path = engine/libs/stb
url = https://github.com/nothings/stb.git
[submodule "GameEngine/Libs/GLFW"]
path = engine/libs/glfw
url = https://github.com/glfw/glfw.git
branch = latest
[submodule "GameEngine/Libs/PhysFS"]
path = engine/libs/physfs
url = https://github.com/Didstopia/physfs.git
[submodule "GameEngine/Libs/PhysFS++"]
path = engine/libs/physfs++
url = https://github.com/HuxyUK/physfs-cpp
[submodule "GameEngine/Libs/GLAD"]
path = engine/libs/glad
url = https://github.com/Dav1dde/glad.git
[submodule "docs/doxygen-awesome-css"]
path = docs/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git