Ae.ImGuiBootstrapper 0.0.4
Simple bootstrapper for ImGui for Windows, macOS and Linux
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Ae.ImGuiBootstrapper</id>
<version>0.0.4</version>
<authors>alanedwardes</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://github.com/alanedwardes/Ae.ImGuiBootstrapper</projectUrl>
<description>Simple bootstrapper for ImGui for Windows, macOS and Linux</description>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="ImGui.NET" version="1.78.0" exclude="Build,Analyzers" />
<dependency id="Veldrid" version="4.8.0" exclude="Build,Analyzers" />
<dependency id="Veldrid.StartupUtilities" version="4.8.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>