diff options
Diffstat (limited to 'vcpkg/ports/directx12-agility/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/directx12-agility/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/directx12-agility/vcpkg.json b/vcpkg/ports/directx12-agility/vcpkg.json new file mode 100644 index 0000000..acd0ebc --- /dev/null +++ b/vcpkg/ports/directx12-agility/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "directx12-agility", + "version": "1.618.3", + "description": "DirectX 12 Agility SDK", + "homepage": "https://aka.ms/directx12agility", + "documentation": "https://devblogs.microsoft.com/directx/gettingstarted-dx12agility/", + "license": null, + "supports": "windows & !uwp & !xbox & !arm32", + "dependencies": [ + "directx-headers", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |