aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/wintoast/vcpkg.json
blob: 24c49b144af60ba4b8132083b0431ef07f05ec3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "wintoast",
  "version": "1.3.2",
  "description": "WinToast is a lightly library written in C++ which brings a complete integration of the modern toast notifications of Windows 8 & Windows 10.",
  "supports": "windows & !uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}