From d441f63e4066b17ab1e049d809a66515c8aff7f5 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Wed, 20 Nov 2024 17:40:07 +0100 Subject: [PATCH] Add all dependencies as submodules --- .gitmodules | 24 ++++++++++++++++++++++++ vendor/SDL | 1 + vendor/SDL_image | 1 + vendor/SDL_mixer | 1 + vendor/SDL_ttf | 1 + vendor/freetype | 1 + vendor/jsoncpp | 1 + vendor/libpng | 1 + vendor/zlib | 1 + 9 files changed, 32 insertions(+) create mode 100644 .gitmodules create mode 160000 vendor/SDL create mode 160000 vendor/SDL_image create mode 160000 vendor/SDL_mixer create mode 160000 vendor/SDL_ttf create mode 160000 vendor/freetype create mode 160000 vendor/jsoncpp create mode 160000 vendor/libpng create mode 160000 vendor/zlib diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..fa40e9c --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/vendor/SDL b/vendor/SDL new file mode 160000 index 0000000..c98c4fb --- /dev/null +++ b/vendor/SDL @@ -0,0 +1 @@ +Subproject commit c98c4fbff6d8f3016a3ce6685bf8f43433c3efcc diff --git a/vendor/SDL_image b/vendor/SDL_image new file mode 160000 index 0000000..abcf63a --- /dev/null +++ b/vendor/SDL_image @@ -0,0 +1 @@ +Subproject commit abcf63aa71b4e3ac32120fa9870a6500ddcdcc89 diff --git a/vendor/SDL_mixer b/vendor/SDL_mixer new file mode 160000 index 0000000..a37e09f --- /dev/null +++ b/vendor/SDL_mixer @@ -0,0 +1 @@ +Subproject commit a37e09f85d321a13dfcf0d4432827ee09beeb623 diff --git a/vendor/SDL_ttf b/vendor/SDL_ttf new file mode 160000 index 0000000..4a318f8 --- /dev/null +++ b/vendor/SDL_ttf @@ -0,0 +1 @@ +Subproject commit 4a318f8dfaa1bb6f10e0c5e54052e25d3c7f3440 diff --git a/vendor/freetype b/vendor/freetype new file mode 160000 index 0000000..3f3e3de --- /dev/null +++ b/vendor/freetype @@ -0,0 +1 @@ +Subproject commit 3f3e3de34ee3613d621b643c58a40b93148e0932 diff --git a/vendor/jsoncpp b/vendor/jsoncpp new file mode 160000 index 0000000..5defb4e --- /dev/null +++ b/vendor/jsoncpp @@ -0,0 +1 @@ +Subproject commit 5defb4ed1a4293b8e2bf641e16b156fb9de498cc diff --git a/vendor/libpng b/vendor/libpng new file mode 160000 index 0000000..3e753eb --- /dev/null +++ b/vendor/libpng @@ -0,0 +1 @@ +Subproject commit 3e753eb8b2d19c7eb72c81a722a0eeb45b98cabe diff --git a/vendor/zlib b/vendor/zlib new file mode 160000 index 0000000..51b7f2a --- /dev/null +++ b/vendor/zlib @@ -0,0 +1 @@ +Subproject commit 51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf