mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:31:37 +08:00
6a8dea1ace
* [icu] Fix tool path * Update the baseline version * Apply the review suggestions Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
15 lines
293 B
JSON
15 lines
293 B
JSON
{
|
|
"name": "icu",
|
|
"version": "69.1",
|
|
"port-version": 14,
|
|
"description": "Mature and widely used Unicode and localization library.",
|
|
"homepage": "http://icu-project.org/apiref/icu4c/",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "icu",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|