feat: added submodule for SDL3_image
This commit is contained in:
parent
bac1ace9bf
commit
aa2fc338d7
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
vendor/SDL3_image
vendored
Submodule
1
vendor/SDL3_image
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 3bbb15f654d48251c164e4dc4f5ae8b9ee0eae71
|
||||
Loading…
Reference in a new issue