summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2022-09-21 16:49:43 -0400
committerTyler Murphy <tylermurphy534@gmail.com>2022-09-21 16:49:43 -0400
commitb1e71a70a489ee6042de216c93992c3f4d50984a (patch)
treed4d23be9f1dc102bf6a8a838a4fe736852325369 /.gitmodules
parentself define descriptors (diff)
downloadminecraftvulkan-b1e71a70a489ee6042de216c93992c3f4d50984a.tar.gz
minecraftvulkan-b1e71a70a489ee6042de216c93992c3f4d50984a.tar.bz2
minecraftvulkan-b1e71a70a489ee6042de216c93992c3f4d50984a.zip
add openal lib
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index c48bf84..ec4e33c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@
[submodule "stb"]
path = lib/stb
url = https://github.com/nothings/stb.git
+[submodule "openal-soft"]
+ path = lib/openal
+ url = https://github.com/kcat/openal-soft.git