forked from ambrosiogabe/MathAnimation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
31 lines (31 loc) · 1.18 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
[submodule "Animations/vendor/glm"]
path = Animations/vendor/glm
url = https://github.com/g-truc/glm
[submodule "Animations/vendor/nanovg"]
path = Animations/vendor/nanovg
url = https://github.com/memononen/nanovg
[submodule "Animations/vendor/dearimgui"]
path = Animations/vendor/dearimgui
url = https://github.com/ocornut/imgui
[submodule "Animations/vendor/cppUtils"]
path = Animations/vendor/cppUtils
url = https://github.com/ambrosiogabe/CppUtils
[submodule "Animations/vendor/ffmpeg"]
path = Animations/vendor/ffmpeg
url = https://git.ffmpeg.org/ffmpeg.git
ignore=dirty
[submodule "Animations/vendor/freetype"]
path = Animations/vendor/freetype
url = https://gitlab.freedesktop.org/freetype/freetype.git
[submodule "Animations/vendor/GLFW"]
path = Animations/vendor/GLFW
url = https://github.com/glfw/glfw.git
[submodule "Animations/vendor/openal"]
path = Animations/vendor/openal
url = https://github.com/kcat/openal-soft
[submodule "Animations/vendor/nativeFileDialog"]
path = Animations/vendor/nativeFileDialog
url = https://github.com/mlabbe/nativefiledialog
[submodule "Animations/vendor/tinyxml2"]
path = Animations/vendor/tinyxml2
url = https://github.com/leethomason/tinyxml2