Compare commits
No commits in common. "85164ad2f09fe4332da1ce37a0ab52bcb48e38d5" and "cbd40688686ec7dc5b304180938e8aa44bfecea8" have entirely different histories.
85164ad2f0
...
cbd4068868
2 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,7 @@ set(BUILD_SHARED_LIBS OFF CACHE INTERNAL "Do not build shared libraries")
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
SDL
|
SDL
|
||||||
GIT_REPOSITORY https://github.com/libsdl-org/SDL.git
|
GIT_REPOSITORY https://github.com/libsdl-org/SDL.git
|
||||||
GIT_TAG release-3.2.8
|
GIT_TAG release-3.2.6
|
||||||
GIT_SHALLOW TRUE
|
GIT_SHALLOW TRUE
|
||||||
GIT_PROGRESS TRUE
|
GIT_PROGRESS TRUE
|
||||||
)
|
)
|
||||||
|
|
1
vendor/clay/clay_renderer_SDL3.h
vendored
1
vendor/clay/clay_renderer_SDL3.h
vendored
|
@ -1,6 +1,7 @@
|
||||||
#ifndef _clay_renderer_SDL3_h
|
#ifndef _clay_renderer_SDL3_h
|
||||||
#define _clay_renderer_SDL3_h
|
#define _clay_renderer_SDL3_h
|
||||||
|
|
||||||
|
#include <SDL3/SDL_main.h>
|
||||||
#include <SDL3/SDL.h>
|
#include <SDL3/SDL.h>
|
||||||
#include <SDL3_ttf/SDL_ttf.h>
|
#include <SDL3_ttf/SDL_ttf.h>
|
||||||
#include <SDL3_image/SDL_image.h>
|
#include <SDL3_image/SDL_image.h>
|
||||||
|
|
Loading…
Reference in a new issue