aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/icu/vcpkg.json
blob: 95957acc63d4ddd4e32b2265abe4241b08abd50b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "icu",
  "version": "78.1",
  "description": "Mature and widely used Unicode and localization library.",
  "homepage": "https://icu.unicode.org/home",
  "license": "ICU",
  "dependencies": [
    {
      "name": "icu",
      "host": true,
      "features": [
        "tools"
      ]
    },
    {
      "name": "vcpkg-cmake-get-vars",
      "host": true
    },
    {
      "name": "vcpkg-make",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "Build tools",
      "supports": "!uwp"
    }
  }
}