mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 19:29:01 +08:00
83eb3d3d13
* [rendegraph] Updated to version 1.1.0. * [rendergraph] Trying to re-enable arm. * [rendergraph] Added "" around absolute paths.
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"
|
|
]
|
|
}
|