-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy path.gitmodules
More file actions
60 lines (60 loc) · 2.68 KB
/
Copy path.gitmodules
File metadata and controls
60 lines (60 loc) · 2.68 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
[submodule "third_party/glm"]
path = third_party/glm
url = https://github.com/g-truc/glm.git
[submodule "third_party/glfw"]
path = third_party/glfw
url = https://github.com/glfw/glfw.git
[submodule "third_party/spine-runtimes-3.8"]
path = third_party/spine-runtimes-3.8
url = https://github.com/EsotericSoftware/spine-runtimes.git
branch = 3.8
# Vendored and read-only: an uninitialised nested example directory is not
# a change to this repo, and reporting it as one only invites a stray commit.
ignore = untracked
[submodule "third_party/box2d"]
path = third_party/box2d
url = https://github.com/erincatto/box2d.git
[submodule "third_party/spine-runtimes-4.1"]
path = third_party/spine-runtimes-4.1
url = https://github.com/EsotericSoftware/spine-runtimes.git
branch = 4.1
# Vendored and read-only: an uninitialised nested example directory is not
# a change to this repo, and reporting it as one only invites a stray commit.
ignore = untracked
[submodule "third_party/spine-runtimes-4.2"]
path = third_party/spine-runtimes-4.2
url = https://github.com/EsotericSoftware/spine-runtimes.git
branch = 4.2
# Vendored and read-only: an uninitialised nested example directory is not
# a change to this repo, and reporting it as one only invites a stray commit.
ignore = untracked
[submodule "third_party/basis_universal"]
path = third_party/basis_universal
url = https://github.com/BinomialLLC/basis_universal.git
[submodule "tools/emsdk"]
path = tools/emsdk
url = https://github.com/emscripten-core/emsdk.git
[submodule "third_party/glslang"]
path = third_party/glslang
url = https://github.com/KhronosGroup/glslang
[submodule "third_party/spine-runtimes-4.3"]
path = third_party/spine-runtimes-4.3
url = https://github.com/EsotericSoftware/spine-runtimes.git
branch = 4.3
# Vendored and read-only: an uninitialised nested example directory is not
# a change to this repo, and reporting it as one only invites a stray commit.
ignore = untracked
[submodule "third_party/spine-runtimes-2.1"]
path = third_party/spine-runtimes-2.1
url = https://github.com/EsotericSoftware/spine-runtimes.git
# Vendored and read-only: an uninitialised nested example directory is not
# a change to this repo, and reporting it as one only invites a stray commit.
ignore = untracked
[submodule "desktop"]
path = desktop
url = https://github.com/esengine/estella-editor.git
# The editor is a separate, PRIVATE product and this submodule is OPTIONAL.
# A clone without it builds, tests and gates the engine in full: run-gates
# skips the eight gates whose subject is the editor and names them, and
# verify-render --host engine runs 100 of the 108 pixel gates. Do not make
# anything engine-side require this path to exist.