vcpkg/ports/qtshadertools/vcpkg.json
Alexander Neumann af87405d7b
[qt] update to 6.4.3 (#30253)
* [qt] update to 6.4.3

* fix patches

* v db
2023-03-20 00:16:58 -07:00

22 lines
535 B
JSON

{
"name": "qtshadertools",
"version": "6.4.3",
"description": "APIs and tools in this module provide the producer functionality for the shader pipeline that allows Qt Quick to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL.",
"homepage": "https://www.qt.io/",
"license": null,
"dependencies": [
{
"name": "qtbase",
"default-features": false,
"features": [
"gui"
]
},
{
"name": "qtshadertools",
"host": true,
"default-features": false
}
]
}