mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 16:39:00 +08:00
34d2cf7e62
* Update qt to 6.4.1 * v db only for qt * remove old patch * move tool in qtquick3dphysics * remove egl usage * remove host dep * v db
22 lines
535 B
JSON
22 lines
535 B
JSON
{
|
|
"name": "qtshadertools",
|
|
"version": "6.4.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
|
|
}
|
|
]
|
|
}
|