mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
18368dba5b
* update qt to 6.6.1 * adjust patch * v db add qtgraphs to qt metaport * v db * remove copypasta * v db
22 lines
535 B
JSON
22 lines
535 B
JSON
{
|
|
"name": "qtshadertools",
|
|
"version": "6.6.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|