mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 19:29:01 +08:00
479e1bd846
* [dxut, effects11] update ports for August 2022 release * Update baseline
20 lines
507 B
JSON
20 lines
507 B
JSON
{
|
|
"name": "effects11",
|
|
"version": "11.28",
|
|
"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",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|