mirror of
https://github.com/ncblakely/GiantsTools
synced 2024-11-05 14:55:38 +01:00
31 lines
1.5 KiB
Plaintext
31 lines
1.5 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||
|
<metadata minClientVersion="2.8.6">
|
||
|
<id>directxmath</id>
|
||
|
<version>0.0.0-SpecifyVersionOnCommandline</version>
|
||
|
<title>DirectXMath</title>
|
||
|
<authors>Microsoft</authors>
|
||
|
<owners>microsoft,directxtk</owners>
|
||
|
<summary>DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps.</summary>
|
||
|
<description>The DirectXMath API provides SIMD-friendly C++ types and functions for common linear algebra and graphics math operations common to DirectX applications. The library provides optimized versions for Windows 32-bit (x86), Windows 64-bit (x64), and Windows on ARM through SSE2 and ARM-NEON intrinsics support in the Visual Studio compiler.</description>
|
||
|
<releaseNotes>Matches the August 2020 release.</releaseNotes>
|
||
|
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615560</projectUrl>
|
||
|
<icon>images\icon.jpg</icon>
|
||
|
<license type="expression">MIT</license>
|
||
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||
|
<tags>C++ native DirectX math nativepackage</tags>
|
||
|
</metadata>
|
||
|
|
||
|
<files>
|
||
|
|
||
|
<file target="docs" src="Readme.*" />
|
||
|
|
||
|
<file target="include" src="Inc\*" />
|
||
|
|
||
|
<file src=".nuget/directxmath.targets" target="build\native" />
|
||
|
|
||
|
<file src=".nuget/icon.jpg" target="images\" />
|
||
|
|
||
|
</files>
|
||
|
</package>
|