summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
author0undefined <oscar@nelin.dk>2025-02-26 13:22:35 +0000
committer0undefined <oscar@nelin.dk>2025-02-26 13:38:41 +0000
commitc396f282cf217c74ace2a58c6776b8acb4f61ca9 (patch)
treecac963978449decc54b0c469f85d8057e2a18694 /CMakeLists.txt
parente09c78586a73812251bece05c86115a4071b6efb (diff)
Bump stb dependency
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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