mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 17:19:01 +08:00
baae2dd60b
* [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>
20 lines
390 B
JSON
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"
|
|
]
|
|
}
|