mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-11 23:49:01 +08:00
80f8da23a8
* Generate Imath.pc * update version * add dependency imath minizip-ng * updata version * add usage * update version * add pc * update version * add pc * update version
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"name": "readline-win32",
|
|
"version": "5.0",
|
|
"port-version": 6,
|
|
"description": "Implementation of readline for Windows Desktop",
|
|
"homepage": "https://github.com/lltcggie/readline",
|
|
"license": null,
|
|
"supports": "windows & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|