vcpkg/ports/rendergraph/vcpkg.json
2024-01-08 13:05:57 -08:00

20 lines
383 B
JSON

{
"name": "rendergraph",
"version": "1.4.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"
]
}