From aa2fc338d7ea1c2e6324d10a4b1dfc9f637a6466 Mon Sep 17 00:00:00 2001 From: Sara Date: Mon, 27 Oct 2025 16:26:40 +0100 Subject: [PATCH] feat: added submodule for SDL3_image --- .gitmodules | 3 +++ vendor/SDL3_image | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/SDL3_image 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