vcpkg/ports/rendergraph/vcpkg.json
Sylvain Doremus baae2dd60b
[rendergraph] Add port. (#23955)
* [rendergraph] Add port.

* Fixed vulkan-headers dependency ?

* Disabled x86 and uwp builds.

* Bumped commit ID.

* better git submodules

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-04-06 14:38:58 -07:00

20 lines
390 B
JSON

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