35 строки
2.1 KiB
XML
35 строки
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package>
|
|
<metadata>
|
|
<id>SkiaSharp</id>
|
|
<title>SkiaSharp (for Linux)</title>
|
|
<version>1.60.0-beta</version>
|
|
<authors>Xamarin Inc.</authors>
|
|
<owners>Xamarin Inc.</owners>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library (https://skia.org/). It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.</description>
|
|
<copyright>Copyright (c) Xamarin Inc. 2016</copyright>
|
|
<licenseUrl>https://github.com/mono/SkiaSharp/blob/master/LICENSE.md</licenseUrl>
|
|
<projectUrl>https://github.com/mono/SkiaSharp</projectUrl>
|
|
<iconUrl>https://cdn.rawgit.com/mono/SkiaSharp/v1.53.0/images/skia_256x256.png</iconUrl>
|
|
<tags>xamarin,graphics,ios,android,linux,windows,uwp,tvos,watchos,macos,cross-platform,skiasharp</tags>
|
|
</metadata>
|
|
<files>
|
|
<!-- the platform specific -->
|
|
<file src="output/desktop/SkiaSharp.dll" target="lib/net45" />
|
|
<file src="output/desktop/SkiaSharp.dll.config" target="lib/net45" />
|
|
<file src="output/docs/msxml/SkiaSharp.xml" target="lib/net45" />
|
|
<file src="output/netstandard/SkiaSharp.dll" target="lib/netstandard1.3" />
|
|
<file src="output/docs/msxml/SkiaSharp.xml" target="lib/netstandard1.3" />
|
|
<!-- the PCL -->
|
|
<file src="output/portable/SkiaSharp.dll" target="lib/portable-net45+win8+wpa81+wp8" />
|
|
<file src="output/docs/msxml/SkiaSharp.xml" target="lib/portable-net45+win8+wpa81+wp8" />
|
|
<!-- the build bits -->
|
|
<file src="output/desktop/SkiaSharp.Desktop.targets" target="build/net45/SkiaSharp.targets" />
|
|
<file src="output/desktop/SkiaSharp.dll.config" target="build/net45/SkiaSharp.dll.config" />
|
|
<!-- .NET Core -->
|
|
<file src="output/native/linux/x64/libSkiaSharp.so" target="runtimes/linux-x64/native/libSkiaSharp.so" />
|
|
<!-- Workbooks integration -->
|
|
<file src="output/interactive/SkiaSharp.Workbooks.dll" target="xamarin.interactive/SkiaSharp.Workbooks.dll" />
|
|
</files>
|
|
</package> |