mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:19:07 +08:00
dcde522901
* [lodepng] Fix cannot open include file "lodepng.h" * update version Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
18 lines
334 B
JSON
18 lines
334 B
JSON
{
|
|
"name": "lodepng",
|
|
"version-date": "2021-12-04",
|
|
"port-version": 1,
|
|
"description": "PNG encoder and decoder in C++",
|
|
"homepage": "https://github.com/lvandeve/lodepng",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|