mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 09:09:23 +08:00
6507e8cbe5
* update to 73.1 * add arm-android to ci.baseline * remove ci.baseline fail
23 lines
405 B
JSON
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"
|
|
}
|
|
}
|
|
}
|