feat: added SDL3_ttf submodule
This commit is contained in:
parent
2c7ebd6f52
commit
239cfa1477
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +1,6 @@
|
|||
[submodule "vendor/SDL3"]
|
||||
path = vendor/SDL3
|
||||
url = https://github.com/libsdl-org/SDL.git
|
||||
[submodule "vendor/SDL3_ttf"]
|
||||
path = vendor/SDL3_ttf
|
||||
url = https://github.com/libsdl-org/SDL_ttf.git
|
||||
|
|
|
|||
1
vendor/SDL3_ttf
vendored
Submodule
1
vendor/SDL3_ttf
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 6b6bd588e8646360b08f624fb601cc2ec75c6ada
|
||||
Loading…
Reference in a new issue