pineapple-src/externals/vcpkg/ports/qtshadertools/vcpkg.json
2022-07-23 03:01:36 +02:00

21 lines
535 B
JSON
Executable file

{
"name": "qtshadertools",
"version": "6.3.0",
"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
}
]
}