20 lines
390 B
JSON
20 lines
390 B
JSON
|
{
|
||
|
"name": "rendergraph",
|
||
|
"version": "1.1.0",
|
||
|
"description": "Vulkan render graph implementation.",
|
||
|
"homepage": "https://github.com/DragonJoker/RenderGraph",
|
||
|
"license": "MIT",
|
||
|
"supports": "!x86 & !uwp",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
},
|
||
|
"vulkan-headers"
|
||
|
]
|
||
|
}
|