-
Notifications
You must be signed in to change notification settings - Fork 140
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (33 loc) · 1.15 KB
/
Copy path.gitmodules
File metadata and controls
33 lines (33 loc) · 1.15 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
[submodule "vendored/SDL"]
path = vendored/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "vendored/imgui"]
path = vendored/imgui
url = https://github.com/ocornut/imgui
[submodule "vendored/SDL_image"]
path = vendored/SDL_image
url = https://github.com/libsdl-org/SDL_image.git
[submodule "vendored/SHA256"]
path = vendored/SHA256
url = https://github.com/System-Glitch/SHA256.git
[submodule "vendored/glm"]
path = vendored/glm
url = https://github.com/g-truc/glm.git
[submodule "vendored/ImGuizmo"]
path = vendored/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "vendored/tiny3d"]
path = vendored/tiny3d
url = https://github.com/HailToDodongo/tiny3d.git
[submodule "vendored/libdragon"]
path = vendored/libdragon
url = https://github.com/DragonMinded/libdragon.git
[submodule "vendored/tiny-regex-c"]
path = vendored/tiny-regex-c
url = https://github.com/kokke/tiny-regex-c.git
[submodule "vendored/SDL_shadercross"]
path = vendored/SDL_shadercross
url = https://github.com/libsdl-org/SDL_shadercross.git
[submodule "vendored/quickjs-ng"]
path = vendored/quickjs-ng
url = https://github.com/quickjs-ng/quickjs.git