From c2caec39544e5e6ca66e6787e251f9b31baf3af8 Mon Sep 17 00:00:00 2001 From: SirLynix Date: Wed, 28 Jun 2023 07:06:26 +0200 Subject: [PATCH] Update EnTT to 3.12.2 --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index fd16fc210..edd9aff14 100644 --- a/xmake.lua +++ b/xmake.lua @@ -247,7 +247,7 @@ end add_repositories("nazara-engine-repo https://github.com/NazaraEngine/xmake-repo") -add_requires("entt 3.11.1", "fmt", "frozen", "nazarautils") +add_requires("entt 3.12.2", "fmt", "frozen", "nazarautils") -- Module dependencies if has_config("audio") then