-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (33 loc) · 1.19 KB
/
.gitmodules
File metadata and controls
33 lines (33 loc) · 1.19 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
[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/quickjs"]
path = third_party/quickjs
url = https://github.com/bellard/quickjs.git
[submodule "third_party/freetype"]
path = third_party/freetype
url = https://github.com/freetype/freetype.git
[submodule "third_party/msdfgen"]
path = third_party/msdfgen
url = https://github.com/Chlumsky/msdfgen.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
[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
[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
[submodule "tools/mcp-server"]
path = tools/mcp-server
url = https://github.com/esengine/estella-mcp-server.git