vcpkg/ports/giflib/vcpkg.json
Kai Pastor 635361d801
[giflib] Update to 5.2.1 (#18836)
* Update to 5.2.1

* Modernize portfile

* Enable shared lib

* Handle system reallocarray

* x-add-version

* Disable GifDrawBoxedText8x8 on windows

* Update git-tree

* Add separate patch for GifDrawBoxedText8x8

* Update git-tree
2021-07-23 09:02:46 -07:00

13 lines
254 B
JSON

{
"name": "giflib",
"version": "5.2.1",
"description": "A library for reading and writing gif images.",
"homepage": "https://sourceforge.net/projects/giflib/",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}