diff options
Diffstat (limited to 'vcpkg/ports/indicators/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/indicators/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/indicators/vcpkg.json b/vcpkg/ports/indicators/vcpkg.json new file mode 100644 index 0000000..c7b54b8 --- /dev/null +++ b/vcpkg/ports/indicators/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "indicators", + "version": "2.3", + "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 + } + ] +} |