mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
3704806ffe
closes #39377
22 lines
469 B
JSON
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
|
|
}
|
|
]
|
|
}
|