Skip to content

Commit

Permalink
Add all dependencies as submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Nov 20, 2024
1 parent e6b2834 commit d441f63
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[submodule "vendor/freetype"]
path = vendor/freetype
url = https://gitlab.freedesktop.org/freetype/freetype.git
[submodule "vendor/SDL"]
path = vendor/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "vendor/SDL_mixer"]
path = vendor/SDL_mixer
url = https://github.com/libsdl-org/SDL_mixer.git
[submodule "vendor/zlib"]
path = vendor/zlib
url = https://github.com/madler/zlib.git
[submodule "vendor/SDL_ttf"]
path = vendor/SDL_ttf
url = https://github.com/libsdl-org/SDL_ttf.git
[submodule "vendor/libpng"]
path = vendor/libpng
url = https://git.code.sf.net/p/libpng/code
[submodule "vendor/SDL_image"]
path = vendor/SDL_image
url = https://github.com/libsdl-org/SDL_image.git
[submodule "vendor/jsoncpp"]
path = vendor/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp.git
1 change: 1 addition & 0 deletions vendor/SDL
Submodule SDL added at c98c4f
1 change: 1 addition & 0 deletions vendor/SDL_image
Submodule SDL_image added at abcf63
1 change: 1 addition & 0 deletions vendor/SDL_mixer
Submodule SDL_mixer added at a37e09
1 change: 1 addition & 0 deletions vendor/SDL_ttf
Submodule SDL_ttf added at 4a318f
1 change: 1 addition & 0 deletions vendor/freetype
Submodule freetype added at 3f3e3d
1 change: 1 addition & 0 deletions vendor/jsoncpp
Submodule jsoncpp added at 5defb4
1 change: 1 addition & 0 deletions vendor/libpng
Submodule libpng added at 3e753e
1 change: 1 addition & 0 deletions vendor/zlib
Submodule zlib added at 51b7f2

0 comments on commit d441f63

Please sign in to comment.