xmake: Update dependencies version
This commit is contained in:
parent
f5df12e740
commit
3b61face6f
|
|
@ -263,7 +263,7 @@ end
|
||||||
|
|
||||||
add_repositories("nazara-engine-repo https://github.com/NazaraEngine/xmake-repo")
|
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
|
-- Module dependencies
|
||||||
if has_config("audio") then
|
if has_config("audio") then
|
||||||
|
|
@ -285,7 +285,7 @@ if has_config("chipmunkphysics") then
|
||||||
end
|
end
|
||||||
|
|
||||||
if has_config("joltphysics") then
|
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")
|
add_requires("ordered_map")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue