vcpkg/ports/qtshadertools/vcpkg.json
2024-06-20 20:19:25 -07:00

22 lines
469 B
JSON

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