mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:58:59 +08:00
24 lines
430 B
JSON
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"
|
|
}
|
|
}
|
|
}
|