From 3b61face6f15c4738a125be42f01522fc6f9777c Mon Sep 17 00:00:00 2001 From: SirLynix Date: Wed, 15 Nov 2023 08:09:41 +0100 Subject: [PATCH] xmake: Update dependencies version --- xmake.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmake.lua b/xmake.lua index 77e956e9f..87f57ecaa 100644 --- a/xmake.lua +++ b/xmake.lua @@ -263,7 +263,7 @@ end add_repositories("nazara-engine-repo https://github.com/NazaraEngine/xmake-repo") -add_requires("entt 3.12.2", "fmt", "frozen", "nazarautils >=2023.08.31") +add_requires("entt 3.12.2", "fmt", "frozen", "nazarautils >=2023.11.12") -- Module dependencies if has_config("audio") then @@ -285,7 +285,7 @@ if has_config("chipmunkphysics") then end if has_config("joltphysics") then - add_requires("joltphysics >=3", { configs = { debug = is_mode("debug") }}) + add_requires("joltphysics >=4", { configs = { debug = is_mode("debug") }}) add_requires("ordered_map") end