diff options
Diffstat (limited to 'vcpkg/ports/color-console/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/color-console/vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/color-console/vcpkg.json b/vcpkg/ports/color-console/vcpkg.json new file mode 100644 index 0000000..2475ce2 --- /dev/null +++ b/vcpkg/ports/color-console/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "color-console", + "version-date": "2022-03-20", + "description": "A lightweight header-only C++ library to bring colors to your Windows console with a very-easy-to-use API.", + "homepage": "https://github.com/imfl/color-console", + "license": "MIT" +} |