Abt to refactor again

This commit is contained in:
2025-04-28 07:49:03 -05:00
parent 3639fb211c
commit 28e8466a2a
7 changed files with 91 additions and 97 deletions

View File

@ -8,7 +8,7 @@ include(FetchContent)
# RayLib
FetchContent_Declare(
raylib
GIT_REPOSITORY https://github.com/raysan5/raylib
GIT_TAG 5aa3f0ccc374c1fbfc880402b37871b9c3bb7d8e
URL https://github.com/raysan5/raylib/archive/refs/tags/5.5.tar.gz
URL_HASH MD5=61638c4c2c097fbca1d6a71e4da36c16
)
FetchContent_MakeAvailable(raylib)