mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
25e49b72bc
* Added ptyqt and winpty ports * Fix part of issues * Build fixes for Windows * PR suggestions * Update versions * Update CI Baseline * Fix PR review suggestions * fix version * Fix baseline and versions * Adjust winpty patch * Versions updated
17 lines
387 B
JSON
17 lines
387 B
JSON
{
|
|
"name": "winpty",
|
|
"version": "0.4.3",
|
|
"description": "winpty is a Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs",
|
|
"supports": "windows & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|