vcpkg/ports/unicorn-lib/vcpkg.json
Phoebe 0921a9a278
[rs-core-lib/unicorn-lib] Remove rs-core-lib (#22761)
* [rs-core-lib/unicorn-lib] Remove rs-core-lib

* Format vcpkg.json

* Add license to vcpkg.json

* Remove rs-core-lib from baseline.json
2022-01-27 09:02:06 -08:00

20 lines
379 B
JSON

{
"name": "unicorn-lib",
"version-date": "2022-01-24",
"description": "Unicode library for C++ by Ross Smith",
"homepage": "https://github.com/CaptainCrowbar/unicorn-lib",
"license": "MIT",
"dependencies": [
"pcre2",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}