skia-natives (again) (#78)

Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/78
This commit is contained in:
Max
2026-05-04 12:42:52 +00:00
committed by sh0inx
parent a3e10a1e5a
commit 87ce5162be
3 changed files with 9 additions and 2 deletions

View File

@@ -27,7 +27,9 @@
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" />
<PackageReference Include="MsgPack.Cli" />
<PackageReference Include="SkiaSharp" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" />
<PackageReference Include="SkiaSharp.NativeAssets.Win32" />
<PackageReference Include="SkiaSharp.NativeAssets.macOS" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" />
<PackageReference Include="NetCoreServer" />
<PackageReference Include="Open.NAT.Core" />
</ItemGroup>