vcpkg/ports/icu/vcpkg.json
2023-02-09 12:35:16 -08:00

24 lines
426 B
JSON

{
"name": "icu",
"version": "72.1",
"port-version": 3,
"description": "Mature and widely used Unicode and localization library.",
"homepage": "https://icu.unicode.org/home",
"license": "ICU",
"supports": "!uwp",
"dependencies": [
{
"name": "icu",
"host": true,
"features": [
"tools"
]
}
],
"features": {
"tools": {
"description": "Build tools"
}
}
}