diff options
Diffstat (limited to 'vcpkg/ports/d3dx12/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/d3dx12/vcpkg.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/d3dx12/vcpkg.json b/vcpkg/ports/d3dx12/vcpkg.json new file mode 100644 index 0000000..3b7d929 --- /dev/null +++ b/vcpkg/ports/d3dx12/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "d3dx12", + "version-string": "may2021", + "port-version": 1, + "description": "The D3D12 Helper Library", + "homepage": "https://docs.microsoft.com/en-us/windows/win32/direct3d12/helper-structures-and-functions-for-d3d12", + "license": "MIT", + "supports": "(windows & !xbox) | linux" +} |