abt to big refactor

This commit is contained in:
2025-04-08 20:24:00 -05:00
parent a779da6c72
commit 9208ebb685
17 changed files with 501 additions and 83 deletions

View File

@ -9,6 +9,6 @@ include(FetchContent)
FetchContent_Declare(
raylib
GIT_REPOSITORY https://github.com/raysan5/raylib
GIT_TAG 5.5
GIT_TAG 5aa3f0ccc374c1fbfc880402b37871b9c3bb7d8e
)
FetchContent_MakeAvailable(raylib)