From 313964132c100454809fcbbc3854cea9bb1e11fa Mon Sep 17 00:00:00 2001 From: Nic Barker Date: Tue, 29 Apr 2025 12:42:33 +1200 Subject: [PATCH] [Renderers/Raylib] Pin raylib version to 5.5 --- examples/introducing-clay-video-demo/CMakeLists.txt | 2 +- examples/raylib-multi-context/CMakeLists.txt | 2 +- examples/raylib-sidebar-scrolling-container/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/introducing-clay-video-demo/CMakeLists.txt b/examples/introducing-clay-video-demo/CMakeLists.txt index 48c5983..37a7e98 100644 --- a/examples/introducing-clay-video-demo/CMakeLists.txt +++ b/examples/introducing-clay-video-demo/CMakeLists.txt @@ -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 ) diff --git a/examples/raylib-multi-context/CMakeLists.txt b/examples/raylib-multi-context/CMakeLists.txt index 24853b5..9b48e93 100644 --- a/examples/raylib-multi-context/CMakeLists.txt +++ b/examples/raylib-multi-context/CMakeLists.txt @@ -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 ) diff --git a/examples/raylib-sidebar-scrolling-container/CMakeLists.txt b/examples/raylib-sidebar-scrolling-container/CMakeLists.txt index a8072f6..e3e97ea 100644 --- a/examples/raylib-sidebar-scrolling-container/CMakeLists.txt +++ b/examples/raylib-sidebar-scrolling-container/CMakeLists.txt @@ -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 )