yuzu/externals/vcpkg/ports/ptyqt/vcpkg.json

22 lines
370 B
JSON
Executable File

{
"name": "ptyqt",
"version": "0.6.5",
"description": "PtyQt - C++ library for work with PseudoTerminals",
"supports": "!uwp",
"dependencies": [
"qt5-base",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "winpty",
"platform": "windows"
}
]
}