-
Notifications
You must be signed in to change notification settings - Fork 42
/
.gitmodules
38 lines (37 loc) · 1.49 KB
/
.gitmodules
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
[submodule "3rdparty/src/imgui"]
ignore = all
path = modules/le_imgui/3rdparty/imgui
url = https://github.com/ocornut/imgui
[submodule "3rdparty/src/glm"]
path = 3rdparty/src/glm
url = https://github.com/g-truc/glm
[submodule "modules/le_tessellator/3rdparty/libtess2"]
path = modules/le_tessellator/3rdparty/libtess2
url = https://github.com/memononen/libtess2
[submodule "modules/le_tessellator/3rdparty/earcut.hpp"]
path = modules/le_tessellator/3rdparty/earcut.hpp
url = https://github.com/mapbox/earcut.hpp
[submodule "modules/le_gltf/3rdparty/cgltf"]
path = modules/le_gltf/3rdparty/cgltf
url = https://github.com/jkuhlmann/cgltf.git
[submodule "modules/le_window/3rdparty/glfw"]
path = modules/le_window/3rdparty/glfw
url = https://github.com/glfw/glfw.git
[submodule "modules/le_midi/3rdparty/rtmidi"]
path = modules/le_midi/3rdparty/rtmidi
url = https://github.com/thestk/rtmidi.git
[submodule "modules/le_parameter_store/3rdparty/jsmn"]
path = modules/le_parameter_store/3rdparty/jsmn
url = https://github.com/zserge/jsmn.git
[submodule "modules/le_tracy/3rdparty/tracy"]
path = modules/le_tracy/3rdparty/tracy
url = https://github.com/wolfpld/tracy.git
[submodule "modules/le_video_decoder/3rdparty/minimp4"]
path = modules/le_video_decoder/3rdparty/minimp4
url = https://github.com/lieff/minimp4
[submodule "modules/le_exr"]
path = modules/le_exr
url = https://github.com/tgfrerer/le_exr.git
[submodule "modules/le_png"]
path = modules/le_png
url = https://github.com/tgfrerer/le_png.git