-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
105 lines (84 loc) · 3.06 KB
/
Copy path.gitmodules
File metadata and controls
105 lines (84 loc) · 3.06 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = https://github.com/ocornut/imgui.git
branch = master
[submodule "thirdparty/nfd"]
path = thirdparty/nfd
url = https://github.com/btzy/nativefiledialog-extended.git
branch = master
[submodule "thirdparty/googletest"]
path = thirdparty/googletest
url = https://github.com/google/googletest.git
branch = main
[submodule "thirdparty/JoltPhysics"]
path = thirdparty/JoltPhysics
url = https://github.com/jrouwe/JoltPhysics.git
branch = master
[submodule "thirdparty/entt"]
path = thirdparty/entt
url = https://github.com/skypjack/entt.git
branch = master
[submodule "thirdparty/yaml-cpp"]
path = thirdparty/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "thirdparty/imguizmo"]
path = thirdparty/imguizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "thirdparty/glm"]
path = thirdparty/glm
url = https://github.com/g-truc/glm.git
[submodule "thirdparty/assimp"]
path = thirdparty/assimp
url = https://github.com/assimp/assimp.git
[submodule "thirdparty/coral"]
path = thirdparty/coral
url = https://github.com/StudioCherno/Coral.git
[submodule "thirdparty/miniaudio"]
path = thirdparty/miniaudio
url = https://github.com/mackron/miniaudio.git
[submodule "thirdparty/stb"]
path = thirdparty/stb
url = https://github.com/nothings/stb.git
[submodule "thirdparty/glad"]
path = thirdparty/glad
url = https://github.com/Dav1dde/glad.git
branch = glad2
[submodule "thirdparty/glfw"]
path = thirdparty/glfw
url = https://github.com/glfw/glfw.git
[submodule "thirdparty/cereal"]
path = thirdparty/cereal
url = https://github.com/USCiLab/cereal.git
[submodule "thirdparty/zstd"]
path = thirdparty/zstd
url = https://github.com/facebook/zstd.git
[submodule "thirdparty/spdlog"]
path = thirdparty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "thirdparty/reflect-cpp"]
path = thirdparty/reflect-cpp
url = https://github.com/getml/reflect-cpp.git
[submodule "thirdparty/portable-file-dialogs"]
path = thirdparty/portable-file-dialogs
url = https://github.com/samhocevar/portable-file-dialogs.git
[submodule "cmake/external/thirdparty/portable-file-dialogs"]
path = cmake/external/thirdparty/portable-file-dialogs
url = https://github.com/samhocevar/portable-file-dialogs.git
[submodule "thirdparty/pack"]
path = thirdparty/pack
url = https://github.com/cfnptr/pack.git
[submodule "thirdparty/miniupnp"]
path = thirdparty/miniupnp
url = https://github.com/miniupnp/miniupnp.git
[submodule "thirdparty/enet"]
path = thirdparty/enet
url = https://github.com/zpl-c/enet.git
[submodule "thirdparty/freetype"]
path = thirdparty/freetype
url = https://github.com/freetype/freetype.git
[submodule "thirdparty/freetype-gl"]
path = thirdparty/freetype-gl
url = https://github.com/rougier/freetype-gl.git
[submodule "thirdparty/basis_universal"]
path = thirdparty/basis_universal
url = https://github.com/BinomialLLC/basis_universal.git