vcpkg/ports/wil/vcpkg.json
Lily Wang 71b4b5f8f4
[wil] Update to v1.0.240803.1 (#40645)
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-08-27 01:28:50 -07:00

18 lines
496 B
JSON

{
"name": "wil",
"version": "1.0.240803.1",
"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",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}