diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-22 11:14:00 -0400 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-22 11:14:00 -0400 |
commit | ac2868abc09e16485cd6806866067f7d7c082dff (patch) | |
tree | 164529d22bd66a976044f6f2aecfef96c39fb4cb /.gitmodules | |
parent | add openal lib (diff) | |
download | minecraftvulkan-ac2868abc09e16485cd6806866067f7d7c082dff.tar.gz minecraftvulkan-ac2868abc09e16485cd6806866067f7d7c082dff.tar.bz2 minecraftvulkan-ac2868abc09e16485cd6806866067f7d7c082dff.zip |
start implementing openal soft
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index ec4e33c..c48bf84 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,6 +7,3 @@ [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 |