We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7edbe39 commit a6059aeCopy full SHA for a6059ae
CMakeLists.txt
@@ -4,7 +4,7 @@ include(FetchContent)
4
FetchContent_Declare(
5
freetype
6
GIT_REPOSITORY https://github.com/freetype/freetype.git
7
- GIT_TAG VER-2-13-0
+ GIT_TAG VER-2-13-3
8
)
9
10
harfbuzz
examples/CMakeLists.txt
@@ -35,7 +35,7 @@ endforeach()
35
36
raylib
37
GIT_REPOSITORY https://github.com/raysan5/raylib.git
38
- GIT_TAG 4.5.0
+ GIT_TAG 5.5
39
40
FetchContent_MakeAvailable(raylib)
41
set_target_properties(raylib PROPERTIES FOLDER "Raylib")
0 commit comments