vcpkg/ports/replxx/vcpkg.json
chausner ced4282b5e
[replxx] Update to 0.0.4 (#21371)
* Update replxx to 0.0.4

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 16:45:07 -08:00

18 lines
417 B
JSON

{
"name": "replxx",
"version": "0.0.4",
"description": "A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters.",
"homepage": "https://github.com/AmokHuginnsson/replxx",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}