From 304bab2aced9cae51d2e4c09f3d9e06c66ff175d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 20 Mar 2022 13:03:18 -0400 Subject: we can build a window app! build type must be set to Release or it's horribly slow, and fullscreen does not work --- vendor/SDL2/include/SDL_revision.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vendor/SDL2/include/SDL_revision.h (limited to 'vendor/SDL2/include/SDL_revision.h') diff --git a/vendor/SDL2/include/SDL_revision.h b/vendor/SDL2/include/SDL_revision.h new file mode 100644 index 0000000..3253d6d --- /dev/null +++ b/vendor/SDL2/include/SDL_revision.h @@ -0,0 +1,2 @@ +#define SDL_REVISION "https://github.com/libsdl-org/SDL.git@b424665e0899769b200231ba943353a5fee1b6b6" +#define SDL_REVISION_NUMBER 0 -- cgit 1.4.1