diff options
Diffstat (limited to 'vcpkg/ports/pngwriter/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/pngwriter/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/pngwriter/vcpkg.json b/vcpkg/ports/pngwriter/vcpkg.json new file mode 100644 index 0000000..bb57c11 --- /dev/null +++ b/vcpkg/ports/pngwriter/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "pngwriter", + "version": "0.7.0", + "port-version": 5, + "description": "PNGwriter is a very easy to use open source graphics library that uses PNG as its output format", + "dependencies": [ + "freetype", + "libpng", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ] +} |