diff options
| author | Emmanuel Hansen <emmausssss@gmail.com> | 2024-08-31 14:32:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-31 11:32:53 -0300 |
| commit | e0acde04bb032fd056904b909b3fd00c1a6fb996 (patch) | |
| tree | c3f146228712153af6f277e0e874d83a56b31d06 /src/Ryujinx.HLE/Ryujinx.HLE.csproj | |
| parent | 3c61d560c39d6edf897183fe33b8047c25d2d895 (diff) | |
Replace ImageSharp with SkiaSharp everywhere (#7030)
* replace ImageSharp with SkiaSharp for inline keyboard applet rendering
* fix avalonia inline keyboard input
* remove image sharp from gtk3 project
* add skiasharp linux assets
* fix whitespace
* fix format
* fix ico image offset when saving shortcut to windows
Diffstat (limited to 'src/Ryujinx.HLE/Ryujinx.HLE.csproj')
| -rw-r--r-- | src/Ryujinx.HLE/Ryujinx.HLE.csproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Ryujinx.HLE/Ryujinx.HLE.csproj b/src/Ryujinx.HLE/Ryujinx.HLE.csproj index 0fcf9e4b..83a11d4e 100644 --- a/src/Ryujinx.HLE/Ryujinx.HLE.csproj +++ b/src/Ryujinx.HLE/Ryujinx.HLE.csproj @@ -2,6 +2,7 @@ <PropertyGroup> <TargetFramework>net8.0</TargetFramework> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <ItemGroup> @@ -24,8 +25,8 @@ <PackageReference Include="LibHac" /> <PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" /> <PackageReference Include="MsgPack.Cli" /> - <PackageReference Include="SixLabors.ImageSharp" /> - <PackageReference Include="SixLabors.ImageSharp.Drawing" /> + <PackageReference Include="SkiaSharp" /> + <PackageReference Include="SkiaSharp.NativeAssets.Linux" /> <PackageReference Include="NetCoreServer" /> </ItemGroup> |
