2021-06-12 01:02:03 +08:00
|
|
|
{
|
|
|
|
"name": "directxmesh",
|
[directxmath, directxtex, directxmesh, directxtk, directxtk12, uvatlas] ports updated (#23332)
* [directxmath, directxmesh, directxtex, directxtk, directxtk12, uvatlas] ports updated to February 2022 release
* Update baseline
* Updated directxmath to use non-deprecated functions
* Refresh baseline
* Updated for master-to-main rename
* Refresh baseline
* Remove en-us specific doc link
* Refresh version baseline
2022-03-03 06:58:20 +08:00
|
|
|
"version-date": "2022-02-28",
|
2021-06-12 01:02:03 +08:00
|
|
|
"description": "DirectXMesh geometry processing library",
|
2021-10-02 08:03:20 +08:00
|
|
|
"homepage": "https://github.com/Microsoft/DirectXMesh",
|
2021-06-12 01:02:03 +08:00
|
|
|
"documentation": "https://github.com/microsoft/DirectXMesh/wiki",
|
|
|
|
"license": "MIT",
|
|
|
|
"supports": "windows | linux",
|
|
|
|
"dependencies": [
|
|
|
|
"directx-headers",
|
2021-10-02 08:03:20 +08:00
|
|
|
"directxmath",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-06-12 01:02:03 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"dx12": {
|
|
|
|
"description": "Build with DirectX12 support for Windows 10"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|