mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 16:09:01 +08:00
f4efe37911
* [libpng]fix mips64 support * [libpng]update port version * [libpng]update versiond database * fix msa support for mips * update port version database Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
25 lines
596 B
JSON
25 lines
596 B
JSON
{
|
|
"name": "libpng",
|
|
"version": "1.6.37",
|
|
"port-version": 19,
|
|
"description": "libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files",
|
|
"homepage": "https://github.com/glennrp/libpng",
|
|
"license": "libpng-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"apng": {
|
|
"description": "This is backward compatible with the regular libpng, both in library usage and format"
|
|
}
|
|
}
|
|
}
|