mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 05:41:37 +08:00
42f74e3db7
* [dxut, effects11] ports updated for latest releases * Update baseline * Moved !mingw support to vcpjg.json * Update baseline Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
20 lines
516 B
JSON
20 lines
516 B
JSON
{
|
|
"name": "effects11",
|
|
"version": "11.29",
|
|
"description": "Effects for Direct3D 11 (FX11) is a management runtime for authoring HLSL shaders, render state, and runtime variables together.",
|
|
"homepage": "https://github.com/Microsoft/FX11",
|
|
"documentation": "https://github.com/microsoft/FX11/wiki",
|
|
"license": "MIT",
|
|
"supports": "windows & !mingw",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|