From 67f78b25f2063fcb91a2d3bec864d18c268a602a Mon Sep 17 00:00:00 2001 From: SirLynix Date: Tue, 6 Feb 2024 11:08:38 +0100 Subject: [PATCH] Update EnTT version to 3.13.1 --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index af1615088..425eb70b4 100644 --- a/xmake.lua +++ b/xmake.lua @@ -277,7 +277,7 @@ add_repositories("nazara-engine-repo https://github.com/NazaraEngine/xmake-repo" add_requires( "concurrentqueue", - "entt 3.13.0", + "entt 3.13.1", "fmt", "frozen", "nazarautils >=2024.01.25",