diff options
Diffstat (limited to 'vcpkg/ports/giflib/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/giflib/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/giflib/vcpkg.json b/vcpkg/ports/giflib/vcpkg.json new file mode 100644 index 0000000..893adc1 --- /dev/null +++ b/vcpkg/ports/giflib/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "giflib", + "version": "5.2.2", + "port-version": 2, + "description": "A library for reading and writing gif images.", + "homepage": "https://sourceforge.net/projects/giflib/", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |