mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:59:01 +08:00
ced4282b5e
* Update replxx to 0.0.4 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
417 B
JSON
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
|
|
}
|
|
]
|
|
}
|