mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 21:28:59 +08:00
d13e1a1be1
* [skip actions] update to 6.1.3 * remove wrong -D prefix from variables in qttools * change to https * version stuff Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
21 lines
523 B
JSON
21 lines
523 B
JSON
{
|
|
"name": "qtshadertools",
|
|
"version-semver": "6.1.3",
|
|
"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/",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtshadertools",
|
|
"host": true,
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|