diff options
Diffstat (limited to 'vcpkg/ports/utfz/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/utfz/vcpkg.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/utfz/vcpkg.json b/vcpkg/ports/utfz/vcpkg.json new file mode 100644 index 0000000..4a8ae88 --- /dev/null +++ b/vcpkg/ports/utfz/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "utfz", + "version": "1.3", + "description": "A tiny C++ library for parsing and encoding utf-8", + "homepage": "https://github.com/IMQS/utfz", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |