vcpkg/ports/wil/vcpkg.json
Charles Milette 1695bf690b
[wil] update (#22192)
* [wil] update

* [wil] update versions
2021-12-28 15:05:09 -08:00

17 lines
479 B
JSON

{
"name": "wil",
"version-date": "2021-12-25",
"description": "The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns.",
"homepage": "https://github.com/microsoft/wil",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}