blob: 4e1f52a18962cee8f2e291c8603f94f524d89903 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"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
}
]
}
|