-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
56 lines (56 loc) · 1.65 KB
/
.gitmodules
File metadata and controls
56 lines (56 loc) · 1.65 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
[submodule "3rd/assimp"]
path = 3rd/assimp
url = https://github.com/assimp/assimp.git
[submodule "3rd/soloud"]
path = 3rd/soloud
url = https://github.com/jarikomppa/soloud.git
[submodule "3rd/glfw"]
path = 3rd/glfw
url = https://github.com/glfw/glfw.git
[submodule "3rd/freetype"]
path = 3rd/freetype
url = https://github.com/freetype/freetype.git
[submodule "3rd/json"]
path = 3rd/json
url = https://github.com/nlohmann/json.git
[submodule "3rd/imgui"]
path = 3rd/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "3rd/nameof"]
path = 3rd/nameof
url = https://github.com/Neargye/nameof.git
[submodule "3rd/stb"]
path = 3rd/stb
url = https://github.com/nothings/stb.git
[submodule "3rd/magic_enum"]
path = 3rd/magic_enum
url = https://github.com/Neargye/magic_enum.git
[submodule "3rd/imgui/imgui"]
path = 3rd/imgui/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "3rd/imgui/IconFont"]
path = 3rd/imgui/IconFont
url = https://github.com/juliettef/IconFontCppHeaders.git
[submodule "3rd/glm"]
path = 3rd/glm
url = https://github.com/g-truc/glm.git
[submodule "3rd/sol"]
path = 3rd/sol
url = https://github.com/ThePhD/sol2.git
[submodule "3rd/lua"]
path = 3rd/lua
url = https://github.com/lua/lua.git
[submodule "3rd/fmt"]
path = 3rd/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "3rd/VulkanMemoryAllocator"]
path = 3rd/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "3rd/serdepp"]
path = 3rd/serdepp
url = https://github.com/injae/serdepp.git
[submodule "3rd/vfspp"]
path = 3rd/vfspp
url = https://github.com/J-CITY/vfspp.git