mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 21:49:00 +08:00
b7678882b7
* [dxsdk-d3dx] port added * Added deprecation warning * Added basline * Convert CONTROL to vcpkg.json * Update baseline * Updated unsupported platform port logic per feedback * Update baseline * Use version constraint * Update baseline
8 lines
290 B
JSON
8 lines
290 B
JSON
{
|
|
"name": "dxsdk-d3dx",
|
|
"version": "9.29.952.8",
|
|
"description": "Redistributable package for the legacy DirectX SDK's D3DX9, D3DX10, and/or D3DX11 utility libraries.",
|
|
"homepage": "https://walbourn.github.io/legacy-d3dx-on-nuget/",
|
|
"supports": "windows & !arm & !uwp & !static"
|
|
}
|