21 lines
370 B
JSON
Executable file
21 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"
|
|
}
|
|
]
|
|
}
|