зеркало из https://github.com/mono/SkiaSharp.git
50 строки
2.2 KiB
XML
50 строки
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package>
|
|
<metadata>
|
|
|
|
<!-- package -->
|
|
<id>SkiaSharp.NativeAssets.WebAssembly</id>
|
|
<title>SkiaSharp - Native Assets for Web Assembly</title>
|
|
<version>1.0.0</version>
|
|
<description>
|
|
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
|
|
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
|
|
</description>
|
|
<summary>
|
|
SkiaSharp is a cross-platform 2D graphics API for .NET platforms that can be used across mobile, server and desktop models to render images.
|
|
</summary>
|
|
<releaseNotes>
|
|
Please visit https://go.microsoft.com/fwlink/?linkid=868517 to view the release notes.
|
|
</releaseNotes>
|
|
<projectUrl>https://go.microsoft.com/fwlink/?linkid=868515</projectUrl>
|
|
<iconUrl>https://go.microsoft.com/fwlink/?linkid=2130524</iconUrl>
|
|
<tags>xamarin graphics ios android linux windows uwp tvos watchos macos tizen cross-platform wasm webassembly skiasharp</tags>
|
|
|
|
<!-- legal -->
|
|
<licenseUrl>https://go.microsoft.com/fwlink/?linkid=868514</licenseUrl>
|
|
<authors>Microsoft</authors>
|
|
<owners>Microsoft</owners>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
|
|
|
</metadata>
|
|
<files>
|
|
|
|
<!-- the build bits -->
|
|
<file src="build/wasm/SkiaSharp.props" target="build/netstandard1.0/SkiaSharp.NativeAssets.WebAssembly.props" />
|
|
<file src="build/wasm/SkiaSharp.props" target="buildTransitive/netstandard1.0/SkiaSharp.NativeAssets.WebAssembly.props" />
|
|
<file src="build/wasm/SkiaSharp.targets" target="build/netstandard1.0/SkiaSharp.NativeAssets.WebAssembly.targets" />
|
|
<file src="build/wasm/SkiaSharp.targets" target="buildTransitive/netstandard1.0/SkiaSharp.NativeAssets.WebAssembly.targets" />
|
|
|
|
<!-- libSkiaSharp.a and other native files -->
|
|
<file src="build/wasm/libSkiaSharp.a/**/*" target="build/netstandard1.0/libSkiaSharp.a" />
|
|
|
|
<!-- placeholders -->
|
|
<file src="_._" target="lib/netstandard1.0/_._" />
|
|
|
|
<!-- legal -->
|
|
<file src="LICENSE.txt" />
|
|
<file src="THIRD-PARTY-NOTICES.txt" />
|
|
|
|
</files>
|
|
</package> |