mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 14:09:01 +08:00
79c5f022cb
* [qt] update to 6.4.2 * v db * qtspeech prepare for features if required ports get added * v db * retry * remove patch * add failing tmp port to get CI logs for qtwebengine .... * try deactivating jumbo build * add patch to fix std issue * remove tmp port * v db * deactivate qtspeech on x86 & windows due to call conv * v db
22 lines
535 B
JSON
22 lines
535 B
JSON
{
|
|
"name": "qtshadertools",
|
|
"version": "6.4.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|