aboutsummaryrefslogtreecommitdiff
path: root/ports/icu/vcpkg.json
blob: 37d08e43dc19244f09e8e0ee6841bb70e18cf123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "icu",
  "version": "69.1",
  "port-version": 15,
  "description": "Mature and widely used Unicode and localization library.",
  "homepage": "https://icu.unicode.org/home",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "icu",
      "host": true
    }
  ]
}