20 lines
379 B
JSON
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"
|
||
|
]
|
||
|
}
|