-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
39 lines (39 loc) · 1.24 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
38
39
[submodule "LensFlare/Vendor/assimp"]
path = LensFlare/Vendor/assimp
url = https://github.com/assimp/assimp.git
branch = master
[submodule "LensFlare/Vendor/glad"]
path = LensFlare/Vendor/glad
url = https://github.com/Dav1dde/glad.git
branch = c
[submodule "LensFlare/Vendor/glfw"]
path = LensFlare/Vendor/glfw
url = https://github.com/glfw/glfw.git
branch = master
[submodule "LensFlare/Vendor/glm"]
path = LensFlare/Vendor/glm
url = https://github.com/g-truc/glm.git
branch = master
[submodule "LensFlare/Vendor/stb"]
path = LensFlare/Vendor/stb
url = https://github.com/nothings/stb.git
branch = master
[submodule "LensFlare/Vendor/bullet"]
path = LensFlare/Vendor/bullet
url = https://github.com/bulletphysics/bullet3.git
branch = master
[submodule "LensFlare/Vendor/imgui"]
path = LensFlare/Vendor/imgui
url = https://github.com/ocornut/imgui.git
[submodule "Glitter/Vendor/glad"]
path = Glitter/Vendor/glad
url = https://github.com/Dav1dde/glad.git
branch = c
[submodule "Build/Glitter/Vendor/glad"]
path = Build/Glitter/Vendor/glad
url = https://github.com/Dav1dde/glad.git
branch = c
[submodule "Build/LensFlare/Vendor/glad"]
path = Build/LensFlare/Vendor/glad
url = https://github.com/Dav1dde/glad.git
branch = c