aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rendergraph/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/rendergraph/vcpkg.json')
-rw-r--r--vcpkg/ports/rendergraph/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/rendergraph/vcpkg.json b/vcpkg/ports/rendergraph/vcpkg.json
new file mode 100644
index 0000000..ddb82c8
--- /dev/null
+++ b/vcpkg/ports/rendergraph/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "rendergraph",
+ "version": "2.1.0",
+ "description": "Vulkan render graph implementation.",
+ "homepage": "https://github.com/DragonJoker/RenderGraph",
+ "license": "MIT",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "vulkan-headers"
+ ]
+}