[Renderers/Raylib] Pin raylib version to 5.5
Some checks are pending
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Waiting to run
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Waiting to run
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Waiting to run

This commit is contained in:
Nic Barker 2025-04-29 12:42:33 +12:00
parent a21b0665fe
commit 313964132c
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ set(BUILD_GAMES OFF CACHE BOOL "" FORCE) # don't build the supplied example g
FetchContent_Declare(
raylib
GIT_REPOSITORY "https://github.com/raysan5/raylib.git"
GIT_TAG "master"
GIT_TAG "5.5"
GIT_PROGRESS TRUE
GIT_SHALLOW TRUE
)

View File

@ -11,7 +11,7 @@ set(BUILD_GAMES OFF CACHE BOOL "" FORCE) # don't build the supplied example g
FetchContent_Declare(
raylib
GIT_REPOSITORY "https://github.com/raysan5/raylib.git"
GIT_TAG "master"
GIT_TAG "5.5"
GIT_PROGRESS TRUE
GIT_SHALLOW TRUE
)

View File

@ -11,7 +11,7 @@ set(BUILD_GAMES OFF CACHE BOOL "" FORCE) # don't build the supplied example g
FetchContent_Declare(
raylib
GIT_REPOSITORY "https://github.com/raysan5/raylib.git"
GIT_TAG "master"
GIT_TAG "5.5"
GIT_PROGRESS TRUE
GIT_SHALLOW TRUE
)