-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
32 lines (30 loc) · 995 Bytes
/
.gitmodules
File metadata and controls
32 lines (30 loc) · 995 Bytes
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
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw.git
[submodule "external/freetype"]
path = external/freetype
url = https://gitlab.freedesktop.org/freetype/freetype.git
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui
[submodule "external/oak"]
path = external/oak
url = https://github.com/San7o/oak
[submodule "external/valFuzz"]
path = external/valFuzz
url = https://github.com/San7o/valFuzz
[submodule "external/viotecs"]
path = external/viotecs
url = https://github.com/San7o/viotecs
[submodule "external/tinyobjloader"]
path = external/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader.git
[submodule "external/tenno-tl"]
path = external/tenno-tl
url = https://github.com/San7o/tenno-tl.git
[submodule "external/lua"]
path = external/lua
url = https://github.com/lua/lua.git
[submodule "external/implot"]
path = external/implot
url = https://github.com/epezent/implot.git