-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 851 Bytes
/
.gitmodules
File metadata and controls
28 lines (28 loc) · 851 Bytes
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
[submodule "ESEngine/Vendor/glad"]
path = Vendor/glad
url = https://github.com/Dav1dde/glad.git
branch = c
[submodule "ESEngine/Vendor/glfw"]
path = Vendor/glfw
url = https://github.com/glfw/glfw.git
branch = master
[submodule "ESEngine/Vendor/glm"]
path = Vendor/glm
url = https://github.com/g-truc/glm.git
branch = master
[submodule "ESEngine/Vendor/bullet3"]
path = Vendor/bullet3
url = https://github.com/bulletphysics/bullet3.git
branch = master
[submodule "ESEngine/Vendor/rapidjson"]
path = Vendor/rapidjson
url = https://github.com/Tencent/rapidjson.git
branch = master
[submodule "ESEngine/Vendor/freetype2"]
path = Vendor/freetype2
url = https://git.savannah.gnu.org/git/freetype/freetype2.git
branch = master
[submodule "ESEngine/Vendor/stb"]
path = Vendor/stb
url = https://github.com/nothings/stb.git
branch = master