Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
383 B
JSON

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