mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:52:04 +08:00
42f810ba26
* 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.
13 lines
326 B
JSON
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
|
|
}
|
|
]
|
|
}
|