-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
54 lines (54 loc) · 1.86 KB
/
.gitmodules
File metadata and controls
54 lines (54 loc) · 1.86 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
[submodule "vendor/stb"]
path = vendor/stb
url = https://github.com/nothings/stb.git
[submodule "vendor/assimp"]
path = vendor/assimp
url = https://github.com/assimp/assimp.git
[submodule "vendor/entt"]
path = vendor/entt
url = https://github.com/skypjack/entt.git
[submodule "vendor/imgui"]
path = vendor/imgui
url = https://github.com/ocornut/imgui.git
[submodule "vendor/filedialog"]
path = vendor/filedialog
url = https://github.com/btzy/nativefiledialog-extended.git
[submodule "vendor/imguizmo"]
path = vendor/imguizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "vendor/glslang"]
path = vendor/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "vendor/freetype"]
path = vendor/freetype
url = https://github.com/freetype/freetype.git
[submodule "vendor/cxxopts"]
path = vendor/cxxopts
url = https://github.com/jarro2783/cxxopts
[submodule "vendor/VulkanMemoryAllocator"]
path = vendor/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "vendor/recastnavigation"]
path = vendor/recastnavigation
url = https://github.com/recastnavigation/recastnavigation.git
[submodule "vendor/discord-rpc"]
path = vendor/discord-rpc
url = https://github.com/discord/discord-rpc.git
[submodule "vendor/efsw"]
path = vendor/efsw
url = https://github.com/SpartanJ/efsw.git
[submodule "vendor/glm"]
path = vendor/glm
url = https://github.com/g-truc/glm.git
[submodule "vendor/rapidjson"]
path = vendor/rapidjson
url = https://github.com/Tencent/rapidjson
[submodule "vendor/ImGuiColorTextEdit"]
path = vendor/ImGuiColorTextEdit
url = https://github.com/teoncreative/ImGuiColorTextEdit
[submodule "vendor/JoltPhysics"]
path = vendor/JoltPhysics
url = https://github.com/jrouwe/JoltPhysics.git
[submodule "vendor/RmlUi"]
path = vendor/RmlUi
url = https://github.com/teoncreative/RmlUi.git