vcpkg/ports/indicators/vcpkg.json

17 lines
310 B
JSON
Raw Normal View History

2020-11-04 14:11:08 +08:00
{
"name": "indicators",
"version": "2.3",
2020-11-04 14:11:08 +08:00
"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
}
]
2020-11-04 14:11:08 +08:00
}