mirror of
https://github.com/DramaticShape/DramaticShapeVoxelMod.git
synced 2026-08-12 10:20:53 +02:00
18 lines
810 B
XML
18 lines
810 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>OpenXR.Loader</id>
|
|
<version>1.0.10.2</version>
|
|
<authors>Khronos Group</authors>
|
|
<owners>Khronos Group</owners>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<license type="expression">Apache-2.0</license>
|
|
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
|
<projectUrl>https://github.com/KhronosGroup/OpenXR-SDK</projectUrl>
|
|
<description>Khronos OpenXR loader and headers required to build a Win32 or UWP OpenXR application</description>
|
|
<tags>native khronos openxr loader headers</tags>
|
|
<dependencies>
|
|
<dependency id="OpenXR.Headers" version="1.0.10.2" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |