mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 22:18:59 +08:00
3566b81c04
* Update indicators to 2.2 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
17 lines
310 B
JSON
17 lines
310 B
JSON
{
|
|
"name": "indicators",
|
|
"version": "2.2",
|
|
"description": "Activity indicators for modern C++",
|
|
"homepage": "https://github.com/p-ranav/indicators",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|