summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-09-22 18:35:11 -0400
committertylermurphy534 <tylermurphy534@gmail.com>2022-09-22 18:35:11 -0400
commit30d1fce59bebe7b28f2448db1a012b26bfb815ac (patch)
tree0265e81326692218bf8a835463bec15539a83636 /.gitmodules
parentupdate .gitmodules (diff)
downloadminecraftvulkan-30d1fce59bebe7b28f2448db1a012b26bfb815ac.tar.gz
minecraftvulkan-30d1fce59bebe7b28f2448db1a012b26bfb815ac.tar.bz2
minecraftvulkan-30d1fce59bebe7b28f2448db1a012b26bfb815ac.zip
add openal-soft and freealut as submodules
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index c48bf84..60e63c5 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,9 @@
[submodule "stb"]
path = lib/stb
url = https://github.com/nothings/stb.git
+[submodule "lib/openal-soft"]
+ path = lib/openal-soft
+ url = https://github.com/kcat/openal-soft.git
+[submodule "lib/freealut"]
+ path = lib/freealut
+ url = https://github.com/vancegroup/freealut.git