mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:19:07 +08:00
25d3787e82
* Update WIL port to v1.0.240122.1 * Update versions
18 lines
499 B
JSON
18 lines
499 B
JSON
{
|
|
"name": "wil",
|
|
"version-date": "2024-01-22",
|
|
"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
|
|
}
|
|
]
|
|
}
|