mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-20 13:13:02 +08:00
e9fcbfe8e1
* [icu] update to 70.1 * update version * reset patch * overwrite version * reset version * overwrite version * Fix configure * version * update version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
14 lines
263 B
JSON
14 lines
263 B
JSON
{
|
|
"name": "icu",
|
|
"version": "70.1",
|
|
"description": "Mature and widely used Unicode and localization library.",
|
|
"homepage": "https://icu.unicode.org/home",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "icu",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|