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-15 17:48:35 -05:00
committed by KeatonTheBot
parent 232dc2653e
commit df21f6019e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LibHac" />
<PackageReference Include="Ryujinx.LibHac" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" />
<PackageReference Include="MsgPack.Cli" />
<PackageReference Include="SkiaSharp" />
+1 -1
View File
@@ -13,6 +13,6 @@
<ItemGroup>
<PackageReference Include="Concentus" />
<PackageReference Include="LibHac" />
<PackageReference Include="Ryujinx.LibHac" />
</ItemGroup>
</Project>