aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/wil/vcpkg.json
blob: 311f3b825fa3b25ec29491b4c0e05956ba077a55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "wil",
  "version": "1.0.250325.1",
  "description": "The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns.",
  "homepage": "https://github.com/microsoft/wil",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}