-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmodules
More file actions
67 lines (51 loc) · 1.83 KB
/
.gitmodules
File metadata and controls
67 lines (51 loc) · 1.83 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
67
#[submodule "Libraries/assimp"]
# path = Libraries/assimp
# url = https://github.com/assimp/assimp.git
#[submodule "Libraries/fluidsynth"]
# path = Libraries/fluidsynth
# url = https://github.com/fluidsynth/fluidsynth.git
[submodule "Libraries/freetype"]
path = Libraries/freetype
url = https://github.com/freetype/freetype.git
[submodule "Libraries/glm"]
path = Libraries/glm
url = https://github.com/g-truc/glm.git
[submodule "Libraries/imgui"]
path = Libraries/imgui
url = https://github.com/ocornut/imgui.git
#[submodule "Libraries/ImGuizmo"]
# path = Libraries/ImGuizmo
# url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "Libraries/json"]
path = Libraries/json
url = https://github.com/nlohmann/json.git
[submodule "Libraries/LuaJIT"]
path = Libraries/LuaJIT
url = https://github.com/LuaJIT/LuaJIT.git
[submodule "Libraries/pl_mpeg"]
path = Libraries/pl_mpeg
url = https://github.com/phoboslab/pl_mpeg.git
[submodule "Libraries/psyz"]
path = Libraries/psyz
url = https://github.com/Xeeynamo/psyz.git
[submodule "Libraries/SDL"]
path = Libraries/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "Libraries/smol-atlas"]
path = Libraries/smol-atlas
url = https://github.com/aras-p/smol-atlas.git
[submodule "Libraries/sol2"]
path = Libraries/sol2
url = https://github.com/ThePhD/sol2.git
[submodule "Libraries/spdlog"]
path = Libraries/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "Libraries/stb"]
path = Libraries/stb
url = https://github.com/nothings/stb.git
[submodule "Libraries/utfcpp"]
path = Libraries/utfcpp
url = https://github.com/nemtrif/utfcpp.git
[submodule "Libraries/yalantinglibs"]
path = Libraries/yalantinglibs
url = https://github.com/alibaba/yalantinglibs.git