diff options
| author | Andrew Rabert <ar@nullsum.net> | 2019-01-19 22:30:16 -0500 |
|---|---|---|
| committer | Andrew Rabert <ar@nullsum.net> | 2019-01-19 22:30:16 -0500 |
| commit | 9a7a5ef50e3284b586480fbcf5dfbc26bdf72634 (patch) | |
| tree | 0fdc36bec0528ebf1241d6f5bdb17dd46780a4d8 /Emby.Drawing/Emby.Drawing.csproj | |
| parent | 469590c9c51f028da454e7e31bea0e37b8f91f15 (diff) | |
Replace custom image parser with Skia
Diffstat (limited to 'Emby.Drawing/Emby.Drawing.csproj')
| -rw-r--r-- | Emby.Drawing/Emby.Drawing.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Emby.Drawing/Emby.Drawing.csproj b/Emby.Drawing/Emby.Drawing.csproj index ba29c656bf..542d7f5639 100644 --- a/Emby.Drawing/Emby.Drawing.csproj +++ b/Emby.Drawing/Emby.Drawing.csproj @@ -6,6 +6,10 @@ </ItemGroup> <ItemGroup> + <PackageReference Include="SkiaSharp" Version="1.68.0" /> + </ItemGroup> + + <ItemGroup> <Compile Include="..\SharedVersion.cs" /> </ItemGroup> |
