Arqanore.Windows.x64 by Ruben Labruyere

<PackageReference Include="Arqanore.Windows.x64" Version="0.9.10" />

 Arqanore.Windows.x64 0.9.10

Arqanore is a 2D OpenGL framework used to make video games for Linux desktop and Windows desktop. It is built on top of my other library, Arqan, and therefore makes use of the GLFW window and input system. Please makee sure you install all required dependencies!! Read the readme in the repo for more info.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Arqanore.Windows.x64</id>
    <version>0.9.10</version>
    <authors>Ruben Labruyere</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">LICENSE</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <description>Arqanore is a 2D OpenGL framework used to make video games for Linux desktop and Windows desktop. It is built on top of my other library, Arqan, and therefore makes use of the GLFW window and input system. Please makee sure you install all required dependencies!! Read the readme in the repo for more info.</description>
    <copyright>Copyright 2020 Ruben Labruyere</copyright>
    <tags>arqanore, opengl, 2d, framework, glfw, arqan</tags>
    <repository url="https://github.com/TheBoneJarmer/arqanore.git" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Arqan.Windows.x64" version="1.0.3" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="12.0.2" exclude="Build,Analyzers" />
        <dependency id="System.Drawing.Common" version="4.5.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>