From fc91d197fa4fc424c2ebd37f78925d7742cfed6a Mon Sep 17 00:00:00 2001 From: Mathew Benson Date: Wed, 4 Feb 2026 12:13:57 +0300 Subject: [PATCH] Constrain Entt Version to tag v3.16.0 - The dependency previously tracked the main branch where current development was happening and breaking changes cause conflicts in our builds. - Constraining to a known version should fix this --- dependencies.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.cmake b/dependencies.cmake index 6708985c..694d3389 100644 --- a/dependencies.cmake +++ b/dependencies.cmake @@ -47,7 +47,7 @@ FetchContent_Declare( EnTT GIT_REPOSITORY https://github.com/skypjack/entt.git GIT_SHALLOW TRUE - GIT_TAG main + GIT_TAG v3.16.0 ) FetchContent_Declare(