vcpkg/ports/icu/vcpkg.json
Mengna Li 6507e8cbe5
[icu] update to 73.1 (#31144)
* update to 73.1

* add arm-android to ci.baseline

* remove ci.baseline fail
2023-06-21 22:58:38 -07:00

23 lines
405 B
JSON

{
"name": "icu",
"version": "73.1",
"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"
}
}
}