diff options
Diffstat (limited to 'vcpkg/ports/rang/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/rang/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/rang/vcpkg.json b/vcpkg/ports/rang/vcpkg.json new file mode 100644 index 0000000..d316d7a --- /dev/null +++ b/vcpkg/ports/rang/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "rang", + "version": "3.2", + "description": "Colors for your Terminal.", + "homepage": "https://github.com/agauniyal/rang", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |