mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
648fd374b2
* [rendergraph] Update to v1.3.0. * Removed use of vcpkg_minimum_required Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> --------- Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
20 lines
383 B
JSON
20 lines
383 B
JSON
{
|
|
"name": "rendergraph",
|
|
"version": "1.3.0",
|
|
"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"
|
|
]
|
|
}
|