mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:29:08 +08:00
96adaeb47d
* Create vcpkg.json * Create portfile.cmake * Fixed CI * Update ports/pngpp/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/pngpp/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
9 lines
144 B
JSON
9 lines
144 B
JSON
{
|
|
"name": "pngpp",
|
|
"version-string": "0.2.10",
|
|
"description": "A C++ wrapper for libpng library.",
|
|
"dependencies": [
|
|
"libpng"
|
|
]
|
|
}
|