aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/dacap-clip/vcpkg.json
blob: 9a5f131d6827a2fa9bc1783fd6acdd28a4169171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "dacap-clip",
  "version": "1.12",
  "description": "Cross-platform C++ library to copy/paste clipboard content.",
  "homepage": "https://github.com/dacap/clip",
  "license": "MIT",
  "supports": "!android & !uwp",
  "dependencies": [
    "libpng",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}