summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
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