mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-11 22:13:48 +08:00
18 lines
408 B
JSON
18 lines
408 B
JSON
|
{
|
||
|
"name": "libsnoretoast",
|
||
|
"version-semver": "0.8.0",
|
||
|
"description": "A tool to create Windows Toast notifications and parse them on Windows 8 or later.",
|
||
|
"homepage": "https://invent.kde.org/libraries/snoretoast",
|
||
|
"supports": "windows & !uwp",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|