From 0acf72c1b63bb993f34aa10ec6caa0e649682e9a Mon Sep 17 00:00:00 2001 From: Nic Barker Date: Wed, 16 Apr 2025 20:07:43 +1200 Subject: [PATCH] sokol master branch --- examples/sokol-video-demo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sokol-video-demo/CMakeLists.txt b/examples/sokol-video-demo/CMakeLists.txt index 6ce8bd9..115203d 100644 --- a/examples/sokol-video-demo/CMakeLists.txt +++ b/examples/sokol-video-demo/CMakeLists.txt @@ -22,7 +22,7 @@ FetchContent_MakeAvailable(fontstash) FetchContent_Declare( sokol GIT_REPOSITORY "https://github.com/floooh/sokol.git" - GIT_TAG "da9de496f938b7575eff7f01ab774d77469bd390" + GIT_TAG "master" GIT_PROGRESS TRUE GIT_SHALLOW TRUE )