vcpkg/ports/readline-win32/vcpkg.json
jim wang 80f8da23a8
[readline] add usage (#33247)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* add usage

* update version

* add pc

* update version

* add pc

* update version
2023-08-25 12:06:08 -07:00

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
}
]
}