﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Veldrid.SDL2</id>
    <version>4.9.6-g40604dfc88</version>
    <authors>Eric Mellino</authors>
    <licenseUrl>https://raw.githubusercontent.com/mellinoe/veldrid/master/LICENSE</licenseUrl>
    <description>Raw SDL2 bindings for .NET. Used by Veldrid for window and input management.</description>
    <copyright>Copyright 2020 (c) Eric Mellino. All rights reserved.</copyright>
    <tags>Core Standard Game SDL2 Window Input</tags>
    <repository type="git" url="https://git.sulfrix.com/Sulfrix/veldrid" commit="40604dfc88e37fc70bd946b76c56711b76117998" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="NativeLibraryLoader" version="1.0.13" exclude="Build,Analyzers" />
        <dependency id="System.Numerics.Vectors" version="4.5.0" exclude="Build,Analyzers" />
        <dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>