Skip to content

Commit

Permalink
Download up-to-date glfw and freetype.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfpld committed May 5, 2024
1 parent e8c3cb1 commit d6b059f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/vendor.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if(NOT USE_WAYLAND AND NOT EMSCRIPTEN)
CPMAddPackage(
NAME glfw
GITHUB_REPOSITORY glfw/glfw
GIT_TAG 3.3.9
GIT_TAG 3.4
OPTIONS
"GLFW_BUILD_EXAMPLES OFF"
"GLFW_BUILD_TESTS OFF"
Expand All @@ -66,7 +66,7 @@ else()
CPMAddPackage(
NAME freetype
GITHUB_REPOSITORY freetype/freetype
GIT_TAG VER-2-10-0
GIT_TAG VER-2-13-2
OPTIONS
"FT_DISABLE_HARFBUZZ ON"
"FT_WITH_HARFBUZZ OFF"
Expand Down

0 comments on commit d6b059f

Please sign in to comment.