summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:38:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:38:23 +0000
commitff6e3c025658a5fa1affd094f220b623e7e1b24b (patch)
tree9faab72d69c92d24e349d184f5869b9796f17e0c /.gitmodules
parentInitial commit. (diff)
downloadlibplacebo-ff6e3c025658a5fa1affd094f220b623e7e1b24b.tar.xz
libplacebo-ff6e3c025658a5fa1affd094f220b623e7e1b24b.zip
Adding upstream version 6.338.2.upstream/6.338.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..3245c21
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,18 @@
+[submodule "demos/3rdparty/nuklear"]
+ path = demos/3rdparty/nuklear
+ url = https://github.com/Immediate-Mode-UI/Nuklear.git
+[submodule "3rdparty/glad"]
+ path = 3rdparty/glad
+ url = https://github.com/Dav1dde/glad
+[submodule "3rdparty/jinja"]
+ path = 3rdparty/jinja
+ url = https://github.com/pallets/jinja
+[submodule "3rdparty/markupsafe"]
+ path = 3rdparty/markupsafe
+ url = https://github.com/pallets/markupsafe
+[submodule "3rdparty/Vulkan-Headers"]
+ path = 3rdparty/Vulkan-Headers
+ url = https://github.com/KhronosGroup/Vulkan-Headers
+[submodule "3rdparty/fast_float"]
+ path = 3rdparty/fast_float
+ url = https://github.com/fastfloat/fast_float.git