mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:09:01 +08:00
aacdf5fd5a
* Add libsnoretoast port * Skip the ci check for libsnoretoast on osx and linux * Add the version baseline * replace deprecated cmake commands * Update version database * make uwp as unsupported * Update version database * use copy_tools and add quotes * Update version database * removed explicit defaults, made fail on uwp and updated the description * Update version database
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
|
|
}
|
|
]
|
|
}
|