Skip to content

Commit a6059ae

Browse files
committed
Bump freetype and raylib versions
CMake 4.0 dropped support for cmake_minimum_required < 3.5. Updated dependencies to the latest versions to use more up-to-date cmake configurations.
1 parent 7edbe39 commit a6059ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include(FetchContent)
44
FetchContent_Declare(
55
freetype
66
GIT_REPOSITORY https://github.com/freetype/freetype.git
7-
GIT_TAG VER-2-13-0
7+
GIT_TAG VER-2-13-3
88
)
99
FetchContent_Declare(
1010
harfbuzz

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ endforeach()
3535
FetchContent_Declare(
3636
raylib
3737
GIT_REPOSITORY https://github.com/raysan5/raylib.git
38-
GIT_TAG 4.5.0
38+
GIT_TAG 5.5
3939
)
4040
FetchContent_MakeAvailable(raylib)
4141
set_target_properties(raylib PROPERTIES FOLDER "Raylib")

0 commit comments

Comments
 (0)