diff options
Diffstat (limited to 'ports/effects11')
| -rw-r--r-- | ports/effects11/vcpkg.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ports/effects11/vcpkg.json b/ports/effects11/vcpkg.json index 7cdf47eb1..4edddcd8d 100644 --- a/ports/effects11/vcpkg.json +++ b/ports/effects11/vcpkg.json @@ -1,7 +1,10 @@ { "name": "effects11", - "version-string": "11.26", + "version": "11.26", + "port-version": 1, "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", + "homepage": "https://github.com/Microsoft/FX11", + "documentation": "https://github.com/microsoft/FX11/wiki", + "license": "MIT", "supports": "windows" } |
