mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-21 23:14:35 +00:00
Update to GLFW 3.3.8 in example code
This commit is contained in:
parent
622e36a487
commit
34be5eb2c5
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user