aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lunarg-vulkantools/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/lunarg-vulkantools/vcpkg.json')
-rw-r--r--vcpkg/ports/lunarg-vulkantools/vcpkg.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/vcpkg/ports/lunarg-vulkantools/vcpkg.json b/vcpkg/ports/lunarg-vulkantools/vcpkg.json
new file mode 100644
index 0000000..4dd14bf
--- /dev/null
+++ b/vcpkg/ports/lunarg-vulkantools/vcpkg.json
@@ -0,0 +1,38 @@
+{
+ "name": "lunarg-vulkantools",
+ "version": "1.4.309.0",
+ "port-version": 1,
+ "description": "Tools to aid in Vulkan development",
+ "homepage": "https://github.com/LunarG/VulkanTools",
+ "license": null,
+ "supports": "!osx & !staticcrt",
+ "dependencies": [
+ "jsoncpp",
+ {
+ "name": "qtbase",
+ "default-features": false,
+ "features": [
+ "gui",
+ "network",
+ "thread",
+ "vulkan",
+ "widgets"
+ ]
+ },
+ "valijson",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ {
+ "name": "vcpkg-get-python-packages",
+ "host": true
+ },
+ "vulkan-loader",
+ "vulkan-utility-libraries"
+ ]
+}