vcpkg/ports/rendergraph/vcpkg.json
Sylvain Doremus 648fd374b2
[rendergraph] Update to v1.3.0. (#30523)
* [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>
2023-04-02 21:13:01 -07:00

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"
]
}