vcpkg/ports/unicorn-lib/vcpkg.json
Kai Pastor 7be26f0f3c
[unicorn-lib] Fix, cleanup (#31706)
Co-authored-by: Cheney-Wang <850426846@qq.com>
2023-05-31 12:22:07 -07:00

29 lines
545 B
JSON

{
"name": "unicorn-lib",
"version-date": "2022-01-24",
"port-version": 1,
"description": "Unicode library for C++ by Ross Smith",
"homepage": "https://github.com/CaptainCrowbar/unicorn-lib",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "libiconv",
"platform": "!windows"
},
{
"name": "pcre2",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}