Added a lots of the file to write the pixel game but due to some problem ,i dicide to change sdl3 to sfml,a more modern lib

This commit is contained in:
2025-12-21 14:58:33 +08:00
parent 96b005e2ef
commit 86dce63e74
15 changed files with 443 additions and 51 deletions

View File

@@ -25,3 +25,14 @@ FetchContent_Declare(
)
FetchContent_MakeAvailable(SDL3_ttf)
# ===========================
# SDL3_image
# ===========================
FetchContent_Declare(
SDL3_image
GIT_REPOSITORY https://github.com/libsdl-org/SDL_image.git
GIT_TAG release-3.2.0
)
FetchContent_MakeAvailable(SDL3_image)