diff options
Diffstat (limited to 'vcpkg/ports/vulkan-headers/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/vulkan-headers/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/vulkan-headers/vcpkg.json b/vcpkg/ports/vulkan-headers/vcpkg.json new file mode 100644 index 0000000..d594e35 --- /dev/null +++ b/vcpkg/ports/vulkan-headers/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "vulkan-headers", + "version": "1.4.309.0", + "description": "Vulkan header files and API registry", + "homepage": "https://github.com/KhronosGroup/Vulkan-Headers", + "license": "Apache-2.0 OR MIT", + "supports": "!uwp & !xbox", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |