mirror of
				https://github.com/thunderbrewhq/thunderbrew
				synced 2025-10-28 14:56:06 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?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 February 2024 release.</releaseNotes>
 | |
|         <projectUrl>http://go.microsoft.com/fwlink/?LinkID=615560</projectUrl>
 | |
|         <repository type="git" url="https://github.com/microsoft/DirectXMath.git" />
 | |
|         <icon>images\icon.jpg</icon>
 | |
|         <readme>docs\README.md</readme>
 | |
|         <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="*.md" />
 | |
| 
 | |
|         <file target="include" src="Inc\*" />
 | |
| 
 | |
|         <file src=".nuget/directxmath.targets" target="build\native" />
 | |
| 
 | |
|         <file src=".nuget/icon.jpg" target="images\" />
 | |
| 
 | |
|     </files>
 | |
| </package> | 
