-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.gitmodules
69 lines (69 loc) · 2.39 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
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
67
68
69
[submodule "HatchitCore"]
path = HatchitCore
url = https://github.com/thirddegree/HatchitCore
[submodule "HatchitTest"]
path = HatchitTest
url = https://github.com/thirddegree/HatchitTest
[submodule "ThirdParty/inih"]
path = ThirdParty/inih
url = https://github.com/benhoyt/inih.git
[submodule "HatchitResource"]
path = HatchitResource
url = https://github.com/thirddegree/HatchitResource.git
[submodule "ThirdParty/assimp"]
path = ThirdParty/assimp
url = https://github.com/assimp/assimp.git
[submodule "ThirdParty/tinyxml2"]
path = ThirdParty/tinyxml2
url = https://github.com/thirddegree/tinyxml2.git
[submodule "HatchitGraphics"]
path = HatchitGraphics
url = https://github.com/thirddegree/HatchitGraphics.git
[submodule "ThirdParty/openal-soft"]
path = ThirdParty/openal-soft
url = https://github.com/kcat/openal-soft.git
[submodule "ThirdParty/bullet3"]
path = ThirdParty/bullet3
url = https://github.com/thirddegree/bullet3.git
[submodule "HatchitNetwork"]
path = HatchitNetwork
url = https://github.com/thirddegree/HatchitNetwork.git
[submodule "ThirdParty/json"]
path = ThirdParty/json
url = https://github.com/nlohmann/json.git
[submodule "ThirdParty/cppformat"]
path = ThirdParty/cppformat
url = https://github.com/thirddegree/cppformat.git
[submodule "HatchitAudio"]
path = HatchitAudio
url = https://github.com/thirddegree/HatchitAudio.git
[submodule "ThirdParty/glm"]
path = ThirdParty/glm
url = https://github.com/g-truc/glm.git
[submodule "ThirdParty/Chipmunk2D"]
path = ThirdParty/Chipmunk2D
url = https://github.com/slembcke/Chipmunk2D.git
[submodule "ThirdParty/libgit2"]
path = ThirdParty/libgit2
url = https://github.com/libgit2/libgit2.git
[submodule "ThirdParty/libarchive"]
path = ThirdParty/libarchive
url = https://github.com/libarchive/libarchive.git
[submodule "ThirdParty/libpng"]
path = ThirdParty/libpng
url = https://github.com/glennrp/libpng.git
[submodule "ThirdParty/asio"]
path = ThirdParty/asio
url = https://github.com/chriskohlhoff/asio.git
[submodule "ThirdParty/vorbis"]
path = ThirdParty/vorbis
url = https://github.com/thirddegree/vorbis.git
[submodule "ThirdParty/freetype"]
path = ThirdParty/freetype
url = https://github.com/thirddegree/freetype.git
[submodule "ThirdParty/SDL2"]
path = ThirdParty/SDL2
url = https://github.com/thirddegree/SDL2.git
[submodule "HatchitRuntime"]
path = HatchitRuntime
url = https://github.com/thirddegree/HatchitRuntime.git