yuzu/externals/vcpkg/ports/qtshadertools/vcpkg.json

22 lines
535 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"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
}
]
}