mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
5a7640f6a2
* use vcpkg provided libs before system frameworks on macOS, remove now unnecessary mod to giflib * fix references * fixes from review * apply fixes from review - remove warnings too! * [giflib] add license * fix references Co-authored-by: Victor Romero <viromer@microsoft.com>
15 lines
295 B
JSON
15 lines
295 B
JSON
{
|
|
"name": "giflib",
|
|
"version": "5.2.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|