Use mintaka http client

This commit is contained in:
Guilherme Werner
2023-12-08 17:01:58 -03:00
parent eb8cc797ca
commit 15e31c4f97
117 changed files with 950 additions and 35853 deletions

View File

@ -2,13 +2,10 @@
if ($IsWindows)
{
& "./vendor/premake/windows/premake5.exe" "vs2022"
}
elseif ($IsMacOS)
{
& "./vendor/premake/mac/premake5" "xcode4"
}
elseif ($IsLinux)
{
& "./vendor/premake/linux/premake5" "gmake2"
}