-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
35 lines (35 loc) · 1.08 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
[submodule "thirdparty/entt"]
path = thirdparty/entt
url = https://github.com/skypjack/entt.git
branch = v3.10.x
[submodule "thirdparty/inih"]
path = thirdparty/inih
url = https://github.com/jtilly/inih.git
[submodule "thirdparty/glfw"]
path = thirdparty/glfw
url = https://github.com/glfw/glfw.git
branch = 3.3-stable
[submodule "thirdparty/glm"]
path = thirdparty/glm
url = https://github.com/g-truc/glm.git
[submodule "thirdparty/tileson"]
path = thirdparty/tileson
url = https://github.com/SSBMTonberry/tileson.git
branch = v1.3.0_dev
[submodule "thirdparty/tinyobjloader"]
path = thirdparty/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader.git
branch = release
[submodule "thirdparty/stb"]
path = thirdparty/stb
url = https://github.com/nothings/stb.git
[submodule "thirdparty/json"]
path = thirdparty/json
url = https://github.com/nlohmann/json.git
branch = master
[submodule "game"]
path = game
url = https://github.com/Dssdiego/feather_demo.git
[submodule "thirdparty/miniaudio"]
path = thirdparty/miniaudio
url = https://github.com/mackron/miniaudio.git