From be5479e73c1c338cd369ddd99d19563c7349cda6 Mon Sep 17 00:00:00 2001 From: Menase Teshale Date: Tue, 18 Aug 2026 22:21:29 +0300 Subject: Initial Commit --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ce7f8c5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "vendored/SDL"] + path = vendored/SDL + url = https://github.com/libsdl-org/SDL.git +[submodule "vendored/SDL_image"] + path = vendored/SDL_image + url = https://github.com/libsdl-org/SDL_image.git -- cgit v1.2.3