aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vulkan-extensionlayer/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/vulkan-extensionlayer/vcpkg.json')
-rw-r--r--vcpkg/ports/vulkan-extensionlayer/vcpkg.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/vulkan-extensionlayer/vcpkg.json b/vcpkg/ports/vulkan-extensionlayer/vcpkg.json
new file mode 100644
index 0000000..08dd0ec
--- /dev/null
+++ b/vcpkg/ports/vulkan-extensionlayer/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "vulkan-extensionlayer",
+ "version": "1.4.309.0",
+ "description": "Layer providing Vulkan features when native support is unavailable",
+ "homepage": "https://github.com/KhronosGroup/Vulkan-ExtensionLayer",
+ "license": "Apache-2.0",
+ "supports": "!static",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "vulkan-headers",
+ "vulkan-utility-libraries"
+ ]
+}