Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gulrak committed Jan 21, 2025
1 parent 57a8d6e commit 1b7d246
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmake/BuildSettings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,15 @@ option(WEB_WITH_CLIPBOARD "Build emscripten version supporting real clipboard (e
include(FetchContent)

set(BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
set(RAYLIB_BRANCH_NAME "b2dca724c7c5a9720dc789cc39529a9341bcbbfb")
if(RAYLIB_BRANCH_NAME STREQUAL HEAD)
set(RAYLIB_BRANCH_NAME raylib-cadmium-1.0.6)
endif()
FetchContent_Declare(
raylib
#URL https://github.com/gulrak/raylib/archive/refs/heads/master.zip
GIT_REPOSITORY https://github.com/gulrak/raylib.git
#GIT_REPOSITORY https://github.com/raysan5/raylib.git
GIT_REPOSITORY https://github.com/raysan5/raylib.git
GIT_TAG ${RAYLIB_BRANCH_NAME}
GIT_SHALLOW TRUE
EXCLUDE_FROM_ALL
Expand Down Expand Up @@ -129,7 +130,7 @@ include_directories(${DOCTEST_INCLUDE_DIR})
FetchContent_Declare(
Chiplet
GIT_REPOSITORY "https://github.com/gulrak/chiplet.git"
GIT_TAG "main"
GIT_TAG "dev-road-to-2.0"
GIT_SHALLOW TRUE
)
FetchContent_MakeAvailable(Chiplet)
Expand Down

0 comments on commit 1b7d246

Please sign in to comment.