-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
26 lines (26 loc) · 802 Bytes
/
.gitmodules
File metadata and controls
26 lines (26 loc) · 802 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
[submodule "vendor/glad"]
path = vendor/glad
url = https://github.com/Dav1dde/glad.git
branch = c
[submodule "vendor/glfw"]
path = vendor/glfw
url = https://github.com/glfw/glfw.git
[submodule "vendor/stb"]
path = vendor/stb
url = https://github.com/nothings/stb.git
branch = master
[submodule "vendor/simplelogger"]
path = vendor/simplelogger
url = https://github.com/pierrefourgeaud/SimpleLogger
[submodule "vendor/assimp"]
path = vendor/assimp
url = https://github.com/assimp/assimp.git
[submodule "vendor/freetype"]
path = vendor/freetype
url = git://git.sv.nongnu.org/freetype/freetype2.git
[submodule "vendor/bandit"]
path = vendor/bandit
url = https://github.com/banditcpp/bandit.git
[submodule "vendor/pugixml"]
path = vendor/pugixml
url = https://github.com/zeux/pugixml.git