vcpkg/ports/qtshadertools/vcpkg.json

23 lines
490 B
JSON

{
"name": "qtshadertools",
"version": "6.6.1",
"port-version": 1,
"description": "The Qt Shader Tools module is designed to provide a set of tools and utilities to work with graphics shaders.",
"homepage": "https://www.qt.io/",
"license": null,
"dependencies": [
{
"name": "qtbase",
"default-features": false,
"features": [
"gui"
]
},
{
"name": "qtshadertools",
"host": true,
"default-features": false
}
]
}