﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Veldrid.ImGui</id>
    <version>5.89.2-g7c548497b6</version>
    <authors>Eric Mellino</authors>
    <licenseUrl>https://raw.githubusercontent.com/mellinoe/veldrid/master/LICENSE</licenseUrl>
    <description>ImGui integration for Veldrid. Provides a simple interface for rendering and interacting with ImGui.NET.</description>
    <copyright>Copyright 2020 (c) Eric Mellino. All rights reserved.</copyright>
    <tags>3D Graphics Direct3D DirectX Vulkan OpenGL Metal Core Standard Game ImGui</tags>
    <repository type="git" url="https://git.sulfrix.com/Sulfrix/veldrid" commit="7c548497b6b2e540efd9bb54b1b808c97bcc579a" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="ImGui.NET" version="1.90.1.1" exclude="Build,Analyzers" />
        <dependency id="Veldrid" version="4.5.0" exclude="Build,Analyzers" />
        <dependency id="Veldrid.SDL2" version="4.5.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>