Update to GLFW 3.3.8 in example code

This commit is contained in:
Charles Giessen 2023-11-30 13:41:51 -07:00 committed by Charles Giessen
parent 622e36a487
commit 34be5eb2c5

View File

@ -13,7 +13,7 @@ include(FetchContent)
FetchContent_Declare(
glfw
GIT_REPOSITORY https://github.com/glfw/glfw
GIT_TAG 3.3.2
GIT_TAG 3.3.8
)
FetchContent_MakeAvailable(glfw)
FetchContent_Declare(