Compare commits

...

2 commits

Author SHA1 Message Date
85164ad2f0 Update SDL3 2025-03-05 18:41:54 +11:00
c35dd9f15e Remove unnecessaary include 2025-03-05 18:41:28 +11:00
2 changed files with 1 additions and 2 deletions

View file

@ -20,7 +20,7 @@ set(BUILD_SHARED_LIBS OFF CACHE INTERNAL "Do not build shared libraries")
FetchContent_Declare(
SDL
GIT_REPOSITORY https://github.com/libsdl-org/SDL.git
GIT_TAG release-3.2.6
GIT_TAG release-3.2.8
GIT_SHALLOW TRUE
GIT_PROGRESS TRUE
)

View file

@ -1,7 +1,6 @@
#ifndef _clay_renderer_SDL3_h
#define _clay_renderer_SDL3_h
#include <SDL3/SDL_main.h>
#include <SDL3/SDL.h>
#include <SDL3_ttf/SDL_ttf.h>
#include <SDL3_image/SDL_image.h>