aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ztd-text/vcpkg.json
blob: c0719af3e277b1a3475d61e6715c0394ca59fe4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "ztd-text",
  "version-date": "2023-11-03",
  "port-version": 1,
  "description": "A spicy text library.",
  "homepage": "https://github.com/soasis/text",
  "license": "Apache-2.0",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    "ztd-cuneicode",
    "ztd-platform",
    "ztd-static-containers"
  ]
}