vcpkg/ports/wintoast/vcpkg.json
Nick D'Ademo 42f810ba26
[wintoast] Update to 1.3.0 (#34999)
* update port version.

* done.

* Fix port build.

* update version.

* resolve some comments.

* fix versions.

* add cmake config file.

* update versions file.

* use unofficial namespace.

* fix debug-only and release-only builds.

* update versions file.

* update versions.
2023-11-16 16:49:36 -08:00

13 lines
326 B
JSON

{
"name": "wintoast",
"version": "1.3.0",
"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
}
]
}