vcpkg/ports/icu/vcpkg.json
2024-07-08 10:15:55 -04:00

24 lines
430 B
JSON

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