aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ptc-print/vcpkg.json
blob: e90efa4e3cfae4b09718ace3ba07607f8b99e2aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "ptc-print",
  "version": "1.4.1",
  "port-version": 1,
  "description": "A single-header library for custom printing to the output stream.",
  "homepage": "https://github.com/JustWhit3/ptc-print",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}