Skip to content

Commit f2ec838

Browse files
committed
Update raylib
1 parent 948a2de commit f2ec838

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (NOT raylib_FOUND)
1515
FetchContent_Declare(
1616
raylib
1717
GIT_REPOSITORY https://github.com/raysan5/raylib.git
18-
GIT_TAG 785ec74
18+
GIT_TAG 9b3d019
1919
GIT_SHALLOW 1
2020
)
2121
FetchContent_GetProperties(raylib)

projects/CMake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (NOT raylib_FOUND)
88
FetchContent_Declare(
99
raylib
1010
GIT_REPOSITORY https://github.com/raysan5/raylib.git
11-
GIT_TAG 5.0
11+
GIT_TAG 9b3d019
1212
GIT_SHALLOW 1
1313
)
1414
FetchContent_MakeAvailable(raylib)

0 commit comments

Comments
 (0)