mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 02:39:08 +08:00
19 lines
415 B
JSON
19 lines
415 B
JSON
|
{
|
||
|
"name": "tvision",
|
||
|
"version-date": "2021-08-10",
|
||
|
"description": "A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces.",
|
||
|
"homepage": "https://github.com/magiblot/tvision",
|
||
|
"license": "MIT",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|