From c396f282cf217c74ace2a58c6776b8acb4f61ca9 Mon Sep 17 00:00:00 2001 From: 0undefined Date: Wed, 26 Feb 2025 14:22:35 +0100 Subject: Bump stb dependency --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fda13ba..65d4c9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,7 +97,7 @@ find_package(glfw3 3.3 REQUIRED) find_package(OpenGL REQUIRED) FetchContent_Declare(cglm GIT_REPOSITORY https://github.com/recp/cglm.git - GIT_TAG v0.9.2 + GIT_TAG v0.9.6 ) FetchContent_Declare(stb GIT_REPOSITORY https://github.com/nothings/stb.git -- cgit v1.3