mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 15:39:02 +08:00
1ac3a7f078
* [wil] Fix usage * version * Apply suggestions * version
18 lines
500 B
JSON
18 lines
500 B
JSON
{
|
|
"name": "wil",
|
|
"version-date": "2021-08-03",
|
|
"port-version": 2,
|
|
"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
|
|
}
|
|
]
|
|
}
|