diff --git a/.gitmodules b/.gitmodules index 7f74cf9..cdaf7b9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,9 @@ [submodule "vendor/SDL3_ttf"] path = vendor/SDL3_ttf url = https://github.com/libsdl-org/SDL_ttf.git +[submodule "vendor/SDL3_image"] + path = vendor/SDL3_image + url = https://github.com/libsdl-org/SDL_image.git [submodule "vendor/ceramic"] path = vendor/ceramic url = forgejo@git.objectionable.solutions:Sara/clay-ceramic.git diff --git a/vendor/SDL3_image b/vendor/SDL3_image new file mode 160000 index 0000000..3bbb15f --- /dev/null +++ b/vendor/SDL3_image @@ -0,0 +1 @@ +Subproject commit 3bbb15f654d48251c164e4dc4f5ae8b9ee0eae71