Update to latest NazaraUtils version
This commit is contained in:
parent
7f1641e4b6
commit
2d3d7a670f
|
|
@ -107,7 +107,7 @@ namespace Nz::PlatformImpl
|
||||||
std::exit(1);
|
std::exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
__builtin_unreachable(); // TODO: NAZARA_UNREACHABLE()
|
NAZARA_UNREACHABLE();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -138,9 +138,7 @@ namespace Nz
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// It shouldn't be possible to get here (TODO: Add NAZARA_UNREACHEABLE)
|
NAZARA_UNREACHABLE();
|
||||||
NazaraInternalError("unknown error");
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GuillotineImageAtlas::SetMaxLayerSize(unsigned int maxLayerSize)
|
void GuillotineImageAtlas::SetMaxLayerSize(unsigned int maxLayerSize)
|
||||||
|
|
|
||||||
|
|
@ -266,7 +266,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.13.0", "fmt", "frozen", "nazarautils >=2024.01.13", "utfcpp")
|
add_requires("entt 3.13.0", "fmt", "frozen", "nazarautils >=2024.01.25", "utfcpp")
|
||||||
|
|
||||||
-- Module dependencies
|
-- Module dependencies
|
||||||
if has_config("audio") then
|
if has_config("audio") then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue