﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Veldrid.Utilities</id>
    <version>4.9.6-g40604dfc88</version>
    <authors>Eric Mellino</authors>
    <licenseUrl>https://raw.githubusercontent.com/mellinoe/veldrid/master/LICENSE</licenseUrl>
    <description>Miscellaneous utility functions useful for Veldrid.</description>
    <copyright>Copyright 2020 (c) Eric Mellino. All rights reserved.</copyright>
    <tags>Core Standard Game Graphics</tags>
    <repository type="git" url="https://git.sulfrix.com/Sulfrix/veldrid" branch="refs/heads/master" commit="40604dfc88e37fc70bd946b76c56711b76117998" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Veldrid" version="4.9.6-g40604dfc88" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.1">
        <dependency id="Veldrid" version="4.9.6-g40604dfc88" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>