mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 19:49:02 +08:00
14 lines
288 B
JSON
14 lines
288 B
JSON
|
{
|
||
|
"name": "unicorn-lib",
|
||
|
"version-string": "2020-03-02",
|
||
|
"port-version": 1,
|
||
|
"description": "Unicode library for C++ by Ross Smith",
|
||
|
"homepage": "https://github.com/CaptainCrowbar/unicorn-lib",
|
||
|
"dependencies": [
|
||
|
"libiconv",
|
||
|
"pcre2",
|
||
|
"rs-core-lib",
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|