Update to raylib 4.2 (#223)

This commit is contained in:
Rob Loach
2022-08-21 05:42:24 -04:00
committed by GitHub
parent 4e2a878e71
commit c8a2e7d442
3 changed files with 25 additions and 123 deletions

View File

@ -4,7 +4,7 @@ if (NOT raylib_FOUND)
FetchContent_Declare(
raylib
GIT_REPOSITORY https://github.com/raysan5/raylib.git
GIT_TAG 0851960397f02a477d80eda2239f90fae14dec64
GIT_TAG 4.2.0
)
FetchContent_GetProperties(raylib)
if (NOT raylib_POPULATED) # Have we downloaded raylib yet?