-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
66 lines (66 loc) · 1.97 KB
/
.gitmodules
File metadata and controls
66 lines (66 loc) · 1.97 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[submodule "Forge/Vendor/assimp"]
path = Forge/Vendor/assimp
url = https://github.com/assimp/assimp.git
branch = master
[submodule "Forge/Vendor/glad"]
path = Forge/Vendor/glad
url = https://github.com/Dav1dde/glad.git
branch = c
[submodule "Forge/Vendor/glfw"]
path = Forge/Vendor/glfw
url = https://github.com/glfw/glfw.git
branch = master
[submodule "Forge/Vendor/glm"]
path = Forge/Vendor/glm
url = https://github.com/g-truc/glm.git
branch = master
[submodule "Forge/Vendor/stb"]
path = Forge/Vendor/stb
url = https://github.com/nothings/stb.git
branch = master
[submodule "Forge/Vendor/bullet"]
path = Forge/Vendor/bullet
url = https://github.com/bulletphysics/bullet3.git
branch = master
[submodule "Forge/Vendor/polyvox"]
path = Forge/Vendor/polyvox
url = https://bitbucket.org/volumesoffun/polyvox.git
branch = develop
[submodule "Forge/Vendor/fastnoise"]
path = Forge/Vendor/fastnoise
url = https://github.com/Auburns/FastNoise.git
branch = master
[submodule "Forge/Vendor/gltext"]
path = Forge/Vendor/gltext
url = https://github.com/Vallentin/glText.git
branch = master
[submodule "Forge/Vendor/libnoise"]
path = Forge/Vendor/libnoise
url = https://github.com/eXpl0it3r/libnoise.git
branch = master
ignore = dirty
[submodule "Forge/Vendor/nuklear"]
path = Forge/Vendor/nuklear
url = https://github.com/vurtun/nuklear.git
branch = master
[submodule "Forge/Vendor/sol2"]
path = Forge/Vendor/sol2
url = https://github.com/ThePhD/sol2.git
branch = sol3
[submodule "Forge/Vendor/luajit"]
path = Forge/Vendor/luajit
url = https://github.com/LuaDist/luajit.git
branch = master
ignore = dirty
[submodule "Forge/Vendor/kangaru"]
path = Forge/Vendor/kangaru
url = https://github.com/gracicot/kangaru.git
branch = master
[submodule "Forge/Vendor/voxels"]
path = Forge/Vendor/voxels
url = https://github.com/aaruel/voxels
branch = xplatform
[submodule "Forge/Vendor/rapidjson"]
path = Forge/Vendor/rapidjson
url = https://github.com/Tencent/rapidjson.git
branch = master