vcpkg/ports/tvision/vcpkg.json
2024-08-17 02:03:34 -07:00

19 lines
415 B
JSON

{
"name": "tvision",
"version-date": "2024-05-22",
"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
}
]
}