From 7f1641e4b66d9b1d790a22bfda1dc4307b99eb5e Mon Sep 17 00:00:00 2001 From: SirLynix Date: Thu, 25 Jan 2024 14:40:32 +0100 Subject: [PATCH] Update EnTT version --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index 2e871a3af..ddcad1256 100644 --- a/xmake.lua +++ b/xmake.lua @@ -266,7 +266,7 @@ end add_repositories("nazara-engine-repo https://github.com/NazaraEngine/xmake-repo") -add_requires("entt 3.12.2", "fmt", "frozen", "nazarautils >=2024.01.13", "utfcpp") +add_requires("entt 3.13.0", "fmt", "frozen", "nazarautils >=2024.01.13", "utfcpp") -- Module dependencies if has_config("audio") then