infra: Switch to [Ryujinx.LibHac](https://git.ryujinx.app/ryubing/libhac)

The original repository disappeared a few days ago, and we had a backup.
This commit is contained in:
GreemDev 2025-05-13 00:32:38 -05:00
parent 321bdecbc2
commit 21971a2be7
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LibHac" />
<PackageReference Include="Ryujinx.LibHac" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" />
<PackageReference Include="MsgPack.Cli" />
<PackageReference Include="SkiaSharp" />

View file

@ -14,6 +14,6 @@
<ItemGroup>
<PackageReference Include="Concentus" />
<PackageReference Include="LibHac" />
<PackageReference Include="Ryujinx.LibHac" />
</ItemGroup>
</Project>