<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="5.10.0">
    <id>Nexamas.UI</id>
    <version>1.0.0-rc.1</version>
    <title>Nexamas UI</title>
    <authors>Nexamas</authors>
    <owners>Nexamas</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">LICENSE.md</license>
    <description>Nexamas UI is a premium SkiaSharp-based .NET Framework 4.8 UI SDK for modern Windows Forms desktop applications, exposing the stable MAS API family for controls and application surfaces.</description>
    <copyright>Copyright (c) Nexamas</copyright>
    <tags>Nexamas UI MAS SkiaSharp WinForms UI Theme Controls Rendering Composition Desktop SDK</tags>
    <readme>README.md</readme>

    <dependencies>
      <group targetFramework="net48">
        <dependency id="HarfBuzzSharp" version="8.3.1.3" />
        <dependency id="HarfBuzzSharp.NativeAssets.Win32" version="8.3.1.3" />

        <dependency id="OpenTK" version="3.1.0" />
        <dependency id="OpenTK.GLControl" version="3.1.0" />

        <dependency id="SkiaSharp" version="3.119.2" />
        <dependency id="SkiaSharp.HarfBuzz" version="3.119.2" />
        <dependency id="SkiaSharp.NativeAssets.Win32" version="3.119.2" />
        <dependency id="SkiaSharp.Resources" version="3.119.2" />
        <dependency id="SkiaSharp.SceneGraph" version="3.119.2" />
        <dependency id="SkiaSharp.Skottie" version="3.119.2" />
        <dependency id="SkiaSharp.Views.Desktop.Common" version="3.119.2" />
        <dependency id="SkiaSharp.Views.WindowsForms" version="3.119.2" />

        <dependency id="System.Buffers" version="4.6.1" />
        <dependency id="System.Memory" version="4.6.3" />
        <dependency id="System.Numerics.Vectors" version="4.6.1" />
        <dependency id="System.Runtime.CompilerServices.Unsafe" version="6.1.2" />
      </group>
    </dependencies>
  </metadata>

  <files>
    <file src="README.md" target="" />
    <file src="LICENSE.md" target="" />
    <file src="THIRD_PARTY_NOTICES.md" target="" />
    <file src="bin\x64\Release\Nexamas.UI.dll" target="lib\net48\Nexamas.UI.dll" />
    <file src="bin\x64\Release\Nexamas.UI.xml" target="lib\net48\Nexamas.UI.xml" />
    <file src="bin\x64\Release\Nexamas.UI.pdb" target="lib\net48\Nexamas.UI.pdb" />
    <file src="buildTransitive\Nexamas.UI.targets" target="buildTransitive\Nexamas.UI.targets" />
  </files>
</package>
