mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
75ea1b450d
Necessary to compile on Ubuntu 22.04, submitted upstream as https://github.com/CaptainCrowbar/unicorn-lib/pull/10
29 lines
545 B
JSON
29 lines
545 B
JSON
{
|
|
"name": "unicorn-lib",
|
|
"version-date": "2022-01-24",
|
|
"port-version": 2,
|
|
"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"
|
|
]
|
|
}
|