vcpkg/ports/libsnoretoast/vcpkg.json
Dawid Wróbel 36fe652165
[libsnoretoast] fix absolute include paths (#20229)
* [libsnoretoast] fix absolute include paths

* [libsnoretoast] fix versioning scheme

* [libsnoretoast] update versions

* Fix damage to previous version in the version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-20 10:55:40 -07:00

19 lines
422 B
JSON

{
"name": "libsnoretoast",
"version": "0.8.0",
"port-version": 1,
"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
}
]
}